Blink

Wanna make something blink on and off?
Here's the expression you would apply to opacity:
blinkSpeed = 1;
t = (Math.cos (blinkSpeed*time*Math.PI*2)+1)/2;
v = linear(t, 0, 1, 0, 1);
Math.round(v)*100 posted by Harry @ 9/27/2006 02:10:00 PM |

Please email comments, questions and ideas to Michele Yamazaki or Harry Frank.
0 Comments:
Post a Comment
Links to this post:
Create a Link