useAnimation

启动一个使用 animation() 函数创建的可复用动画。

Starts a reusable animation that is created using the animation() function.

      
      useAnimation(animation: AnimationReferenceMetadata, options: AnimationOptions = null): AnimationAnimateRefMetadata
    
参数
animation AnimationReferenceMetadata

要启动的可复用动画。

The reusable animation to start.

options AnimationOptions

一个配置对象,它包含一个启动动画之前的延迟值,和一些由开发人员定义的改写参数值。

An options object that can contain a delay value for the start of the animation, and additional override values for developer-defined parameters.

可选. 默认值是 null.

返回值

一个包含动画参数的对象。

AnimationAnimateRefMetadata: An object that contains the animation parameters.