motiondivision / motion

A modern animation library for React and JavaScript
https://motion.dev
MIT License
25.84k stars 849 forks source link

Allow animation `startTime` to be set manually #2755

Closed mattgperry closed 3 months ago

mattgperry commented 3 months ago

This PR allows the startTime of an animation to be set manually via options.

A subsequent PR will use this to better sync animations to optimised appear animations.