Skip to main content
March 4, 2012
Question

Easiest way to display text paragraph by paragraph with animation?

  • March 4, 2012
  • 1 reply
  • 2145 views

I want to implement simple applications which allows user to edit text in TextArea and then display it in the RichText component paragraph by paragrpah with animations. For example, if user hits button "Next Paragraph" he will see next paragraph of text fading in. Is it possible to reuse some functionality of TLF framework in this case or do I need to manually break text on separate paragraphs and create separate text fields for each paragraph?

Best Regards, Aleksey

This topic has been closed for replies.

1 reply

Adobe Employee
March 5, 2012

I think the easiest way is to manually break text on separate paragraphs and create separate text fields for each paragraph .