You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's not a callback for each stroke on animateCharacter(), although it's not a bad idea to add that feature. Currently to achieve what you're after you'd have to call each animateStroke() method individually. You can pass a callback to do whatever you want, e.g. play audio, then animate the next stroke. Maybe something like:
How do I insert the audio of each stroke when I execute the animateCharacter method?
The text was updated successfully, but these errors were encountered: