Skip to main content

Implicit Animations

In Implicit Animation, the widget automatically animates to a new property's value when they are updated. For example, the container widget animates whenever you change its size and colors.

info

Implicit Animation is recommended only when you want to run the animation once (after the properties are changed).

Here are some examples of how it looks when you update the widget properties with and without Implicit Animation.

Without Implicit AnimationWith Implicit Animation
ContainerWithout Implicit AnimationWith Implicit Animation
TextWithout Implicit AnimationWit Implicit Animation

Here's an exammple of how you add the Implicit Animation on Container widget: