Specific Counter Setup: Add Amount per Frame Until Value is Reached
Afternoon all,
Need some help to figure something out. Short version: I'm trying to create a setup where I can have a scene element fly into frame at a consistent speed, no matter how wide it is. What I want to do is have the item move a certain number of pixels from one frame to the next, until it's moved 100% of the width of the element.
In expression language, this is what I'm contemplating:
temp1 = this layer width;
temp2 = number of pixels to add each frame;
[expression to add temp2 per frame until the displacement equals 100% of temp1
I'm expecting to apply this to things of varying widths and what I'm looking for is to have them all move at a consistent rate of speed. Is this even possible with AE?
