-
Markers call animations
Hi! I have a composition with many buttons (I don’t want precompositions). But all the buttons animate the same. I have used a null that has the animation I want on the button scale and right now each button has on the scale property:
var delay = 1//each has a differnt delay;
thisComp.layer(“ANIM BUTTON”).transform.scale.valueAtTime(time – delay)
But what I would really like is to make different animations in the null that I have the animation, put markers like Anim In, Anim Out, Anim special, etc.
And that by putting markers on the button layers with these same names, they would have those animations. I have seen that it is done in the timeremap with precompositions, but I have not found anything for the properties of the layers without precomposition. That a marker calls another from another layer and launches the animation that the other layer has.