# 动画

There are two types of animations in Avalonia:

* [Keyframe animations](https://avaloniachina.gitbook.io/avalonia/docs/animations/keyframe-animations) animate any number of properties on a control, using any number of keyframes to define the states that each property must pass through. Keyframe animations are the more versatile type of animation.
* [Transitions](https://avaloniachina.gitbook.io/avalonia/docs/animations/transitions) are used to animate a single property change.

## In This Section <a href="#in-this-section" id="in-this-section"></a>

* [Keyframe Animations](https://avaloniachina.gitbook.io/avalonia/docs/animations/keyframe-animations)
* [Transitions](https://avaloniachina.gitbook.io/avalonia/docs/animations/transitions)
