Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adding bounce effect expression to Animator scale

New Here ,
May 31, 2019 May 31, 2019

I'm doing a video where I'm highlighting the words in the text with an audio file of a speech.

I've used a simple Animator on the scale.

The words scale up as I change the value on offset (easy to move the anchor points around to make it fit the speech.

I want the words to bounce a little to make it non static. I added the "Inertial Bounce" expression on the scale but it won't work.

Screenshot 2019-06-01 at 00.57.17.png

When I use the the "Inertial Bounce" expression on a "normal" scale on the whole text it bounces nicely.

How can I do that with the animator? (it's important that I can freely move the offset to match up the speed of the speech.

1.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 01, 2019 Jun 01, 2019

Won't work that way. You would have to do calculations inside an expression-based selector using the textIndex(), not an ordinary one and then still figure out how to actualyl modulate the values. since it will involve valueAtTime() calculations and heavy string processing it's rather convoluted and will be extremely slow. I would therefore suggest you try to create the effect by simply adding more animtors with delay to create the behavior.

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 01, 2019 Jun 01, 2019

Use Typearray which is a free preset by Paul Slemmer. Then use the inertia bounce expression in the interpolation parameter.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 01, 2019 Jun 01, 2019

Looks cool! But I need the whole text to be visible and then just highlight the words that are spoken. Kind of karaoke but not as cheesy

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 01, 2019 Jun 01, 2019

try the preset. it gives you all that text animators can do and more.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 01, 2019 Jun 01, 2019
LATEST

Will do! Thanks! Just watched some YouTube videos of it. Will test when at work again.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines