Skip to content

Instantly share code, notes, and snippets.

@ryanbru0803
Last active January 21, 2017 19:48
Show Gist options
  • Save ryanbru0803/56f68040bcdf8efcf39294ce0efe14c9 to your computer and use it in GitHub Desktop.
Save ryanbru0803/56f68040bcdf8efcf39294ce0efe14c9 to your computer and use it in GitHub Desktop.
Ease Scale
//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