Last active
March 14, 2019 01:09
-
-
Save animoplex/34849414f9ec5b73500c1872fe912803 to your computer and use it in GitHub Desktop.
Linear & Ease Expressions
This file contains 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
// 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