#949·popmotion

primary use error by Vue

Author: 11003Created Dec 2, 2022Updated Dec 2, 2022

Is it the way I use it?

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

image image