-
Interpolation – make it endless
Hello,
I’m new to javaScript,and was wondering how to achieve a pulse with Opacity changes not to use the traditional Math.sin() or Math.cos() method.
I’d like to use Interpolation methods to change Opacity from 0% to 100% and make it every two seconds and let these changes in this range last forever.
I know the classic interpolations, and I’d add the following expression to the layer’s Opacity:ease(time,inPoint,2-inPoint,[0],[100])
…It will change only the first two second. But what to modify to make it endless?
Thanks
Zs
303450b93926828312687568