AnimationMetadataType
一组可以为动画定义参数类别的常量。
Constants for the categories of parameters that can be defined for animations.
enum AnimationMetadataType {
State: 0
Transition: 1
Sequence: 2
Group: 3
Animate: 4
Keyframes: 5
Style: 6
Trigger: 7
Reference: 8
AnimateChild: 9
AnimateRef: 10
Query: 11
Stagger: 12
}
说明
相应的函数为每个类别定义了一组参数,并把它们汇集进相应的 AnimationMetadata
对象中。
A corresponding function defines a set of parameters for each category, and collects them into a corresponding AnimationMetadata
object.
成员列表
成员 | 说明 |
---|---|
State: 0 | 把一个命名的动画状态和一组 CSS 样式关联起来。 参见 Associates a named animation state with a set of CSS styles. See |
Transition: 1 | 用于从一个动画状态过渡到另一个状态的数据。 参见 Data for a transition from one animation state to another. See |
Sequence: 2 | 包含一组动画步骤。 参见 Contains a set of animation steps. See |
Group: 3 | 包含一组动画步骤。 参见 Contains a set of animation steps. See |
Animate: 4 | 包含一个动画步骤。 参见 Contains an animation step. See |
Keyframes: 5 | 包含一组动画步骤。 参见 Contains a set of animation steps. See |
Style: 6 | 包含一组 CSS 属性键值对和命名样式的对照表。 参见 Contains a set of CSS property-value pairs into a named style. See |
Trigger: 7 | 把一个动画和一个可附加到元素上的触发器关联起来。 参见 Associates an animation with an entry trigger that can be attached to an element. See |
Reference: 8 | 包含一个可复用的动画。 参见 Contains a re-usable animation. See |
AnimateChild: 9 | 包含一些数据,用于执行一些由查询返回的自动化。 参见 Contains data to use in executing child animations returned by a query. See |
AnimateRef: 10 | 包含一些供可复用动画使用的动画参数。 参见 Contains animation parameters for a re-usable animation. See |
Query: 11 | 包含子动画的查询数据。 参见 Contains child-animation query data. See |
Stagger: 12 | 包含动画序列的交错数据。 参见 Contains data for staggering an animation sequence. See |