Activity › Forums › Adobe After Effects Expressions › Character count and Frames
-
Dan Ebberts
January 20, 2014 at 10:53 pmI think I misunderstood what you are trying to do. You want the rate at which the characters reveal to ease, is that correct? If so, I think you’ll need to describe the animation in more detail.
Dan
-
Eliezer Cisner
January 20, 2014 at 11:32 pmExactly.
This is what I have now in an Expression Selector:
if (Math.floor(timeToFrames(time-inPoint)/1) > textIndex) 0 else 100
I’m doing a typewriter-like effect, and I’d like the “typist” to type the final letters a bit slower than the rest, more specifically: ease out.
Reply to this Discussion! Login or Sign Up