After Effects expressions

From Mographwiki.net

Jump to: navigation, search

What are expressions?

Expressions in After Effects utilize a scripting language similar in syntax to Javascript/Flash Actionscript in order to manipulate layer properties and effects through mathematical equations. Property values can drive other property values. For example the rotation of one layer can drive the opacity of another.

Expressions are applied by alt-clicking the stopwatch of a property. You can type any number, equation, or predifined function (such as wiggle) in this text field. To complete editing an expression hit enter on the keypad. For example, applying this expression to the position property of a layer makes it wiggle:

wiggle(5,40); //wiggle this layer 5 times a second by 40 pixels

Resources

See also

Personal tools
Add to directory