-
basic spring expression
This maybe should be in Expressions forum, but it’s possible it’s a quite basic and simple something I’m overlooking.
I need to have images pop up and be springy as the camera ‘flies’ over them. (maybe even retract)
I found this one at the cow, and I placed it into the item’s anchor point. (I changed the original y value appearing in the end to z, to no avail)
veloc = 80;
amplitude = 80;
decay = 1.0;
z = amplitude*Math.cos(veloc*time)/Math.exp(decay*time);
value + [0,z]A) I can’t seem to get this to control the Z-anchor point only or the items z-distance from the anchor pt.
B) I need it to execute AFTER the image/layer pops up toward the camera
Obviously expressions not my strong area, but this one works nicely on the y axis, (up & down)
any help is good help
thanx
-r