-
color1 to color2 animation triggered by maximum position.speed?
Hi!
I’m trying to go from color 1 to color 2, but based on the position speed of the layer. So we start with color 1 when the object has 0 speed, then the animation of the position starts, and when the position goes at its max speed, it triggers the fading to the color 2, so when the object stops the animation (so has 0 speed again), we will see color2it would be something similar to this effect here I read at an old post here (https://forums.creativecow.net/readpost/227/24965)
amt = .01;
effect("Motion Tile")("Tile Center").speed*amt
but adapting to affect the colors, and make the color 2 stay when the speed is again 0, (and not going back to color 1 if the speed is 0)
soo, basically: color 1 when position speed is 0 —–object starts moving —–reaches max speed —-fades to color 2—– the object is 0 again but we are in color 2
any idea will be super welcome! thanks!