Jan 19, 2015

AE - Blink Expression Effect


In the timeline, select the Opacity property, ALT + CLICK then:

rate = 5;
n = Math.sin(time*rate);
if ( n < 0) 0 else 100

SOURCE

No comments: