Skip to content

Commit

Permalink
Updating comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Dec 12, 2022
1 parent 500d75a commit e85e4c6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ export function handoffOptimizedAppearAnimation(
* 1. So it continues to play until Framer Motion is ready to render
* (avoiding a potential flash of the element's original state)
* 2. As all independent transforms share a single transform animation, stopping
* it synchronously would prevent subsequent transforms to handoff.
* it synchronously would prevent subsequent transforms from handing off.
*/
sync.render(() => {
try {
Expand Down

0 comments on commit e85e4c6

Please sign in to comment.