-
Hello everybody. Is there a possibility to change the animation speed during the play? |
Beta Was this translation helpful? Give feedback.
Answered by
elalish
Sep 16, 2021
Replies: 1 comment
-
You can set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cw789
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set
currentTime
via JS, so if you set up a repeatingrequestAnimationFrame
callback, you can set the time every frame to achieve any effect you like.