-
Circular motion y axis and stop it
When i animate the rate from value to 0, the motion is backward, i wont stop it, any help?
(sorry my english)The position expression:
radius=effect(“Radio”)(“Slider”);
rate=effect(“Frecuencia”)(“Slider”);
offset=effect(“Offset”)(“Slider”);
angle=time*rate+offset;
x=radius*Math.cos(degreesToRadians(angle));
y=transform.position[1];
z=radius*Math.sin(degreesToRadians(angle));
centre=thisComp.layer(“Null 1”).transform.position;
add(centre,[x,y,z])Adobe After Effects Expressions