Skip to main content
Participant
March 5, 2015
Answered

Can I Animate Individual Characters in a Text Block Using the Wiggle Expression?

  • March 5, 2015
  • 1 reply
  • 3745 views

I'm new to After Express and just diving in to expressions. I was trying to figure out if there was a simple way to use the wiggle expression in a way that it would wiggle individual characters in a text block independently of each other.

Definitely appreciate any help.

This topic has been closed for replies.
Correct answer Dan Ebberts

Did you try the Wiggly Selector? Alternatively, you could add an Expression Selector and add and Amount expression like this:

seedRandom(textIndex,true);

wiggle(1,100)

Dan

1 reply

Dan Ebberts
Community Expert
Dan EbbertsCommunity ExpertCorrect answer
Community Expert
March 5, 2015

Did you try the Wiggly Selector? Alternatively, you could add an Expression Selector and add and Amount expression like this:

seedRandom(textIndex,true);

wiggle(1,100)

Dan

ClickPopAuthor
Participant
March 5, 2015

Thanks so much for the answer, this was really helpful. I ended up just using the wiggly selector because I needed the wiggle to happen after a previous animation.