-
Control Text Repeater with sliders
Dear After Effects Gods.
I was looking for a repeater effect for text.
It is a similar effect to the repeater effect from the shape layer but I still want to be able to adjust my text
instead of making a shape from the text layer first. So I want to control the repeats with two sliders, one for X and one for Y repeats.I found this video where the technique is explained, but for some reason it is not working in CC2019.
https://www.reddit.com/r/AfterEffects/comments/aw5v1h/how_to_repeat_text_vertically_horizontally_in/Below you can find the expression that was used.
Can someone tell me how to get this working in CC2019 and if there is another way to achieve this effect.I hope someone can help me.
Thanks,
FabianxRepeater = effect("X Repeater")("Slider").value;yRepeater = effect("Y Repeater")("Slider").value;
horzRepeat = value.repeat(xRepeater);
vertRepeat = horzRepeat + "\n";
vertRepeat = repeat(yRepeater);
