Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

primary use error by Vue #949

Open
11003 opened this issue Dec 2, 2022 · 2 comments
Open

primary use error by Vue #949

11003 opened this issue Dec 2, 2022 · 2 comments

Comments

@11003
Copy link

11003 commented Dec 2, 2022

Is it the way I use it?

// "popmotion": "^11.0.5",
import { animate } from "popmotion"
mounted(){
  animate({
    from: 0,
    to: 100,
    onUpdate: latest => console.log(latest)
  })
},

image
image

@11003
Copy link
Author

11003 commented Dec 2, 2022

It's a version problem

"popmotion": "^11.0.5",

"popmotion": "^9.4.2",

@11003
Copy link
Author

11003 commented Dec 2, 2022

Where is the source code here, can you tell me? thanks❤️❤️❤️
动画

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant