
time*100
change value to + or – to change direction, change value to speed up or down

wiggle(2,5);
change values accordingly

Animate anything and add these expressions
loopOut();
//try these options too
loopOut(“continue”);
loopOut(“cycle”);
loopOut(“offset”);
loopOut(“pingpong”);

blinkSpeed=30;
n= Math.sin(time*blinkSpeed);
if(n<0) 0 else 100;
//change blink speed by changing value “30”