AnimationSpec

interface AnimationSpec<T> : ComposableProperties<AnimationSpec<T>>

所有动画规范(Animation Specification)的基接口。

它定义了动画的行为,例如动画的类型(弹簧、补间等)、时长和缓动曲线。 这是对 Jetpack Compose 中 AnimationSpec 的一层封装。

Author

M8Test, [email protected], https://m8test.com

Parameters

T

要进行动画处理的值的类型。

Inheritors