Animations
Take advantage of the different animations that you can use in Cascades, such as translation, rotation, and scaling, as well as supporting features such as easing curves.
You can bring your UI controls to life by adding animations to them. You have access to implicit animations, which are built-in and occur automatically when you change certain properties of your controls. You can also create specific explicit animations that you control precisely, either individually or in a group.
Additional resources
To learn more about animations and how to use them in your apps, visit the Animations documentation.
To download a code sample that demonstrates how to use animations in your apps, visit the Sample Apps page.
Members
- AbstractAnimation
- AbstractTransition
- AnimationRepeatCount
- AnimationState
- EasingCurve
- FadeTransition -
An animation that controls the opacity of a VisualNode.
- GroupAnimation
- ImplicitAnimationController
- ParallelAnimation
- RotateTransition -
An animation that rotates a VisualNode around its z-axis.
- ScaleTransition -
An animation that scales the size of a VisualNode.
- SequentialAnimation
- StockCurve
- TranslateTransition -
An animation that controls the position of a VisualNode.