Last active
October 7, 2018 20:36
-
-
Save gskachkov/654ebb78eb69fab83f1d0c73992385c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class AnimationWorklet { | |
static get inputProperties() { | |
return [ /* ... */ ]; | |
} | |
animate(currentTime, effect) { | |
// | |
} | |
} | |
registerAnimator('myAnimation', AnimationWorklet); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment