Skip to content

Instantly share code, notes, and snippets.

@bfgeek
Created April 18, 2017 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfgeek/7710d6283675c4494b92e7e28bc7f6c9 to your computer and use it in GitHub Desktop.
Save bfgeek/7710d6283675c4494b92e7e28bc7f6c9 to your computer and use it in GitHub Desktop.
new Animation(new ScriptEffect('spring', {
'expand': [elem1],
'shrink': [elem2],
}, [
document.timeline,
new ScrollTimeline(scrollElem),
])).play();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment