Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Last active October 7, 2018 20:36
Show Gist options
  • Save gskachkov/654ebb78eb69fab83f1d0c73992385c2 to your computer and use it in GitHub Desktop.
Save gskachkov/654ebb78eb69fab83f1d0c73992385c2 to your computer and use it in GitHub Desktop.
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