Transitions
In this guide, you will learn how to implement basic animated transitions to the View
and Rescaler
components.
Width transition
Rescaler
component handles the animations of its children automatically as long as transition
field is defined. When the scene updates, the component will animate the transition between the original state and the new one.
Sibling component transitions
If there are two sibling Rescaler
components and only one of them has a width transition applied, the layout of the other will be adjusted automatically.
Customizing interpolation functions
All the examples above utilize the default linear
interpolation; however, you can also choose from other available modes.