Hello all Kirupians!
Does anyone here know how to animate brightoffset from 100 to 0 with fuse? I manage to make it from 0 to 100 like this:
f.push([{target:mc, brightOffset:100, seconds:2, ease:'easeInOutCubic'}]);
How to do it the other way around??
Sumo