framer / motion

Open source, production-ready animation and gesture library for React
https://framer.com/motion
MIT License
22.27k stars 733 forks source link

how to jump to specific position in animation sequence? #2608

Open wangjiecamen opened 1 month ago

wangjiecamen commented 1 month ago

I have a animation sequence, and when click a button, i want to jump specific position in sequence ,and execute the rest of the sequence from there.Does motion support this feature? thanks!