Skip to content

Instantly share code, notes, and snippets.

@jdnichollsc
Created November 25, 2019 09:29
Show Gist options
  • Save jdnichollsc/143455723168947b7821ef7ee7466a05 to your computer and use it in GitHub Desktop.
Save jdnichollsc/143455723168947b7821ef7ee7466a05 to your computer and use it in GitHub Desktop.
Default Easing Functions in <animatable/> Web Component - https://proyecto26.github.io/animatable-component
Easing Functions
"linear" "ease" "ease-in" "ease-out" "ease-in-out"
"ease-in-cubic" "ease-out-cubic" "ease-in-out-cubic"
"ease-in-circ" "ease-out-circ" "ease-in-out-circ"
"ease-in-expo" "ease-out-expo" "ease-in-out-expo"
"ease-in-quad" "ease-out-quad" "ease-in-out-quad"
"ease-in-quart" "ease-out-quart" "ease-in-out-quart"
"ease-in-quint" "ease-out-quint" "ease-in-out-quint"
"ease-in-sine" "ease-out-sine" "ease-in-out-sine"
"ease-in-back" "ease-out-back" "ease-in-out-back"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment