Activity › Forums › Adobe After Effects › how to make a period (full stop) blink?
-
how to make a period (full stop) blink?
Posted by Scyld on May 6, 2008 at 1:27 pmhi, i’m using the typewriter effect in CS3 and i’m trying to work out how to make the period at the end of the sentence blink for a few seconds while the user reads the text and the new text comes in to replace it. is there any easy fixes, or does this involve expressions?
– apologies if this has been posted before…Mohit Singh replied 14 years, 10 months ago 6 Members · 9 Replies -
9 Replies
-
Mike Park
May 6, 2008 at 3:04 pmwhy don’t you try keyframing the opacity. You could use an expression, but don’t need to. Just put the period on a seperate layer and animate the opacity
best of luck
-
Scyld
May 6, 2008 at 3:26 pmthanks. i was thinking of that, but i’ve got approx 50 different instances of text with blinking periods to do, so that’s 50+ layers to deal with… any ideas how to change the opacity of just the period using the text effect controls? i couldn’t figure out how to isolate the period.
-
Paolo Ciccone
May 7, 2008 at 1:00 amIn your text layer with the period type “t” for transparency, Alt/Option click on the stopwatch to access the formula, enter this:
x = Math.sin(time*10);
if (x<0) 0 else 100You can use smaller multipliers for longer interval between blinks
—
Paolo Ciccone https://www.paolociccone.com
Hellriser Digital
Santa Cruz, CA -
Paolo Ciccone
May 7, 2008 at 3:24 pmCan you create a text layer just for the period?
—
Paolo Ciccone https://www.paolociccone.com
Hellriser Digital
Santa Cruz, CA
Reply to this Discussion! Login or Sign Up