Skip to main content
elenaa98636666
Inspiring
September 11, 2018
Question

Get animation of the paragraph with expressions

  • September 11, 2018
  • 1 reply
  • 674 views

Hello. I can easily animate revealing the paragraph ( a few lines of text) vertically from the bottom depending on number of lines, but not sure how can I do it if I need to reveal each line separately ( like venetian blinds effect). The only way I see is to separate paragraph into layers containing 1 line each. But try to find another solution. Will be thankful for any ideas.

This topic has been closed for replies.

1 reply

OussK
Community Expert
Community Expert
September 14, 2018

You can do this with range selector, anyway try this file it include a expression where text is animated automatically, Dropbox - Paragraph-Text-Support.aep

also you can set the in position and speed from effect control window

elenaa98636666
Inspiring
September 14, 2018

Thank you so much for sharing a project! I guess I didn't mention that the lines have to be revealed all at the same time. I finally solved the problem. It was a little tricky - instead of returning position of each line of paragraph I played with scale and transparency of the each mask. It works for a number of lines. Just have to declare the max number of masks and write script for each of them. Thank you again and hope it will help somebody else.