Skip to content

Instantly share code, notes, and snippets.

@animoplex
Last active March 14, 2019 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save animoplex/34849414f9ec5b73500c1872fe912803 to your computer and use it in GitHub Desktop.
Save animoplex/34849414f9ec5b73500c1872fe912803 to your computer and use it in GitHub Desktop.
Linear & Ease Expressions
// Linear & Ease Expressions
linear(time, outPoint - 2, outPoint, 100, 0)
ease(transform.opacity, 0, 100, 25, 75)
// Linear fade from 100 to 0 for the last 2 seconds of a layer’s duration
// Ease from 25 to 75 as the Opacity input animates from 0 to 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment