-
How do I stop an animation preset after a certain number of times?
Hello there
Firstly, huge apologies because I am extremely new to AE and teaching myself!
I am using CS3 and have added the AE text animation preset Broadway to some text but I would like it to stop animating after it has rippled through the text a few times, say 10 times.
I don’t understand the coding in the expression to be able to control it there.
f=effect(1)(1);
div = Math.abs(Math.sin(2 * textIndex/textTotal – time*f)*100);
result = 0;if (div) {
result = 300/div – 3;
}I split the layer at the point where I would like the preset to stop animating but I am not sure how to subsequently then take the preset out of the split layer because if I remove parts of it I break the look of the original text!
Any wisdom and insight would be gratefully received! Many thanks!