startValue endValue

Expression for keyless animation.

duration = 1; // Duration of animation in seconds
startVal = 0; // Start value
endVal = 100; // End value
endTime = inPoint+duration;
Math.round(linear(time,inPoint,endTime,startVal,endVal))
Recommended Posts

Start typing and press Enter to search