Skip to content

Instantly share code, notes, and snippets.

@mrrocks
Created July 22, 2015 15:50
Show Gist options
  • Save mrrocks/5d333e09cdc529bc3885 to your computer and use it in GitHub Desktop.
Save mrrocks/5d333e09cdc529bc3885 to your computer and use it in GitHub Desktop.
Material Animation Curves
fastInSlowOut = [0.4, 0, 0.2, 1]
fastInRealSlowOut = [0.4, 0, 0, 1]
linearInSlowOut = [0, 0, 0.2, 1]
fastInLinearOut = [0.4, 0, 1, 1]
# Use: curve: "bezier-curve(#{fastInSlowOut})"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment