Last active
January 21, 2017 19:48
-
-
Save ryanbru0803/56f68040bcdf8efcf39294ce0efe14c9 to your computer and use it in GitHub Desktop.
Ease Scale
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
//Zoom in | |
ease(time, inPoint, outPoint ,[100,100], [130,130]); | |
//Zoom out | |
ease(time, inPoint, outPoint,[130,130], [100,100]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment