Ruckus
07/21/2017, 3:08 PMthen
to chain any `Animation`s into `SequentialTransition`s, and and
to chain `Animation`s into `ParallelTransition`s.
There are also convenience functions for animating position (move
), rotation (rotate
), scale (scale
), and opacity (fade
), as well as a transform
helper that lets you do all of them at once.
All those helpers work for `Node`s and `UIComponent`s.