----- 动画类型 -----


https://doc.qt.io/qt-6.9/zh/qtquick-statesanimations-animations.html

Transition  //在状态变化期间为转场动画
SequentialAnimation  //按顺序运行动画
ParallelAnimation  //并行运行动画
Behavior  //为属性变化指定默认动画
PauseAnimation  //在动画中引入暂停
SmoothedAnimation  //允许属性平滑跟踪数值
SpringAnimation  //允许属性以类似弹簧的运动方式跟踪数值
ScriptAction  //在动画期间运行脚本


----- 属性类型 -----


AnchorAnimation  //锚点值变化动画
ColorAnimation  //颜色值变化动画
NumberAnimation  //动画 qreal 类型值的变化
ParentAnimation  //为父属性值的变化设置动画
PathAnimation  //将项目沿路径动画化
PropertyAnimation  //属性值变化动画
RotationAnimation  //旋转值变化动画
Vector3dAnimation  //动画 QVector3d 值的变化