-
randomizing scale parameters over timeintervals
Hi,
I am trying to animate the yscale of a layer so that it varies between 100 and 125 percent every 46 frames (25 fps). The first animation should take place @ 00:00:04.
The animation should look like this:00:00:04 – yScale = 100
00:00:06 – yScale = varying between 100 and 125
00:00:08 – yScale = 10000:02:00 – yScale = 100
00:02:02 – yScale = varying between 100 and 125
00:02:04 – yScale = 10000:03:24 – yScale = 100
…I have an idea (albeit a vague one) how to randomize the scale between 100 and 125 but i am puzzled how to code the time interval.
Could anyone help me on the way, please?
Thanks a lot!
simon