Created
July 22, 2015 15:50
-
-
Save mrrocks/5d333e09cdc529bc3885 to your computer and use it in GitHub Desktop.
Material Animation Curves
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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