-
Notifications
You must be signed in to change notification settings - Fork 663
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
Pause and rewind capability #957
Comments
You may want to look at using Motion One that has If for some reason you want to stick with popmotion you might be able to add pause/rewind through a custom |
Thanks for the pointers. Is Motion One open source ? I liked popmotion because it's Typescript based. I only see Javascript files in Motion One github. Are those transpiled files ? |
Also, on playbackRate. - Looking for similar but not same capability. I am look for 'seek' to a specific point in timeline (from start). For song lyicrs animation, when the music is 'seeked', the lyrices animation has to be seeked as well. Or how I achieve this with 'playrate' |
Also, on a custom Driver., it seems to provide for 'delta'time. How to go back in absolute time ? |
Motion One is fully in Typescript, not sure where you’d find JS files. But it wouldn’t be able to support driver as it’s based on WAAPI |
@mattgperry thanks for the clarification. Could you please address my other questions - as you are the most qualified to answer them
|
Okay, in that case you might want to try animejs as it does have a built in I thought more about how to pull off the same with Popmotion and it'd probably be not through |
It will be useful to add pause and rewind operations. Right now the only method available is ‘play’. I Sn trying to use the lib for song lyrics animation
The text was updated successfully, but these errors were encountered: