Skip to content

Instantly share code, notes, and snippets.

@ajmeyghani
Created August 22, 2018 18:06
Show Gist options
  • Save ajmeyghani/36d8c945874b53376c55f01c58eb0ecb to your computer and use it in GitHub Desktop.
Save ajmeyghani/36d8c945874b53376c55f01c58eb0ecb to your computer and use it in GitHub Desktop.
Anatomy of an animation object
{
/* Animation Targets: div, .box, #sky, etc... */
/* Animatable Properties: height, opacity, color, translateX, etc ... */
/* Property Parameters: duration, delay, easing, etc... */
/* Animation Properties: loop, direction, autoplay, etc... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment