Package-level declarations

Types

Link copied to clipboard
interface Animations

动画规范的工厂接口,用于创建各种类型的 AnimationSpec

Link copied to clipboard
interface AnimationSpec<T> : ComposableProperties<AnimationSpec<T>>

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

Link copied to clipboard

所有基于固定时长的动画规范的基接口。

Link copied to clipboard

所有具有确定持续时间的动画规范的基接口。

Link copied to clipboard

无限重复动画规范。

Link copied to clipboard
interface KeyframeEntity<T> : ComposableProperties<ERROR CLASS: Symbol not found for KeyframesSpec.KeyframeEntity<T>>

代表一个关键帧实体,包含值和缓动信息。

Link copied to clipboard

关键帧动画规范。

Link copied to clipboard
interface KeyframesSpecConfig<T> : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<T>>

关键帧动画的配置接口。

Link copied to clipboard

可重复动画规范。

Link copied to clipboard
interface RepeatMode : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.animation.core.RepeatMode>

代表动画的重复模式。

Link copied to clipboard
interface RepeatModes

提供可用的动画重复模式的工厂接口。

Link copied to clipboard

快照动画(Snap)规范。

Link copied to clipboard

弹簧动画(Spring)规范。

Link copied to clipboard

补间动画(Tween)规范。