can I link Text Animation to sliders?
I wanna be able to change the time of a text animation through editing sliders values
I've seen a guy on YT that made the same but linked the animation to some "markers" I've tried to do the same with sliders but my expression is just a miss and I'm not really good at that yet. can anyone help/tell me where to look?
I (and him) have 8 words in the animation and I need to adjust when the animation happened to each word Individually
his expression is:
nim = thisProperty;
numMarkers= marker.numKeys;
delayDur = framestoTime(effect("Delay Duration")("Slider").value);
delay = (textIndex - 1) * delayDur;
if (numMarkers > 0) { delay = textIndex <= numMarkers ? marker.key(textIndex).time : marker.key (numMarkers).time } anim.valueatTime (time - delay)
his video on YT called "Link Text Animation to Markers in After Effects".
thanks for all the help!
