Documentation/docs/animations
rabbitism 93cfedc128 fix unit order in transition. 2022-09-12 23:55:54 +08:00
..
PageTransitions.md replace mp4 with webp images 2022-03-15 20:14:59 +01:00
README.md GitBook: [#163] ARRRGH FFS GITBOOK I JUST WANT TO FIX THE ICONS 2022-05-05 14:21:15 +00:00
keyframe-animations.md Merge pull request #58 from Gao996/patch-1 2021-07-29 08:23:33 -04:00
transitions.md fix unit order in transition. 2022-09-12 23:55:54 +08:00

README.md

🔑 Animations

There are two types of animations in Avalonia:

  • 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 are used to animate a single property change.

In This Section