useAnimation

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

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

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

参数

animation

The reusable animation to start.

要启动的可复用动画。

options

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.

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