Skip to content

Instantly share code, notes, and snippets.

@realtomaszkula
Last active August 5, 2018 19:19
Show Gist options
  • Save realtomaszkula/63f289dae9939860d6e7d6b2f612d73b to your computer and use it in GitHub Desktop.
Save realtomaszkula/63f289dae9939860d6e7d6b2f612d73b to your computer and use it in GitHub Desktop.
// create the animation
const myAnimation = animation('{{ timings }}', []);
// consume the animation
trigger('myTrigger',
transition('* => *',
useAnimation(myAnimation, { params: { timings: 200 } })
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment