Mitchell Austin

Results 23 comments of Mitchell Austin

Perhaps you've already figured this out. In case it could help anyone, the included [interpolate](https://popmotion.io/#quick-start-utils-angle-interpolate) function can be used for that. ```javascript const fromTo = interpolate( [0, 1], [ {...

If you need it to be in actual time duration, making a [driver](https://popmotion.io/#quick-start-animation-animate-options-driver) that runs off of `setTimeout` can increase the frequency of updates but even then the interval will...

Maybe you've figured it out by now. If not perhaps this will help. If your animations are all driven by tweens then you may be able to put them all...

To get your second tween to reset styles from the first, use the `from` property in the second `tween` with those properties that need reset. ```javascript tween({ from: {scale: 0,...

For now, probably every page on popmotion.io that isn't at the domain root dates from the days of version 8. So if you want to follow any of those examples...

You may want to look at using [Motion One](https://motion.dev/) that has [`playbackRate`](https://motion.dev/dom/controls#playbackrate). It's the latest animation library from the same author. If for some reason you want to stick with...

> I am look for 'seek' to a specific point in timeline (from start). Okay, in that case you might want to try animejs as it does have a built...

@realthemes, thanks for creating this issue. I'm able to reproduce it and it seems important to fix this whether or not very few block authors are aware of or have...

Hi @realthemes, your last paragraph summarized well what I was thinking. I've hacked on a branch implementing that and it seems workable. Testing it is pretty involved and I'm trying...

> I have kept the css for backward compatibility. Yes but George was referring to its corresponding class in the markup. There could be instances of CSS written using it...