Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Characters randomize appear

  • Characters randomize appear

    Posted by Ahmed Mabrouk on November 26, 2018 at 3:59 pm

    Hi everybody, I hope you are all doing great, I’ve been trying to do that text animation for days:
    https://vimeo.com/258817034
    and i couldn’t come up with the same result, anyone can help please?
    thanks,

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Vimeo framework” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

    Ahmed Mabrouk replied 7 years, 5 months ago 3 Members · 4 Replies
  • 4 Replies
  • Søren Storm

    December 6, 2018 at 6:46 pm

    Which part of it?

    • The random letters?
    • Or the random flickering of the letters?
  • Ahmed Mabrouk

    December 7, 2018 at 3:40 pm

    The random flickering yes

  • Dan Ebberts

    December 7, 2018 at 5:13 pm

    You could add an Opacity Animator and set it to 0%, then add an Expression Selector, and play with this as the Amount expression:

    minDelay = .2;
    myDelay = minDelay+textIndex*.05;
    seedRandom(textIndex,false);
    time < myDelay ? random(100) : 0

    That might get you started.

    Dan

  • Ahmed Mabrouk

    December 7, 2018 at 7:01 pm

    Thank you Dan, you are always the best

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy