Controls

  • ⎵ to change text alignment (left, center, right)

Description

Write some text on the screen and animate it. The animation is created using a TextEffect. Some of the effect can be compinated. For example:

val wave = WaveEffect(WriteText("Wave Effect"))
val typewriter = TypeWriterEffect(WriteText("Wave Effect"))
val combined = TypeWritterEffect(WaveEffect(WriteText("Hello World!")))