> For the complete documentation index, see [llms.txt](https://avaloniachina.gitbook.io/avalonia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://avaloniachina.gitbook.io/avalonia/docs/animations.md).

# 动画

There are two types of animations in Avalonia:

* [Keyframe animations](/avalonia/docs/animations/keyframe-animations.md) 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](/avalonia/docs/animations/transitions.md) are used to animate a single property change.

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

* [Keyframe Animations](/avalonia/docs/animations/keyframe-animations.md)
* [Transitions](/avalonia/docs/animations/transitions.md)
