正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
index
<internal>
Animatable
接口 Animatable
interface
Animatable
{
animate
(
keyframes
:
null
|
PropertyIndexedKeyframes
|
Keyframe
[]
,
options
?:
number
|
KeyframeAnimationOptions
)
:
Animation
;
getAnimations
(
options
?:
GetAnimationsOptions
)
:
Animation
[]
;
}
层级 (
查看完整内容
)
Animatable
Element
索引
方法
animate
get
Animations
方法
animate
animate
(
keyframes
,
options
?
)
:
Animation
参数
keyframes
:
null
|
PropertyIndexedKeyframes
|
Keyframe
[]
可选
options
:
number
|
KeyframeAnimationOptions
返回
Animation
get
Animations
get
Animations
(
options
?
)
:
Animation
[]
参数
可选
options
:
GetAnimationsOptions
返回
Animation
[]
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
方法
animate
get
Animations
@custouch-open/js-sdk
加载中……