API
Class

CreateAnimationParams ($UI/wxsys/lib/wx/wx/createAnimation/CreateAnimationParams)

使用范围:WX

Contents

class CreateAnimationParams ($UI/wxsys/lib/wx/wx/createAnimation/CreateAnimationParams)

创建动画实例参数

Constructor Top

  CreateAnimationParams ()

Properties Top

Integer delay

动画延迟时间,单位 ms,

Integer duration

动画持续时间,单位ms,

String timingFunction

定义动画效果

String transformOrigin

设置transform-origin,

Constructor details Top

public CreateAnimationParams ()

创建动画实例参数

Properties Detail Top

public Integer delay

动画延迟时间,单位 ms,

public Integer duration

动画持续时间,单位ms,

public String timingFunction

定义动画效果

public String transformOrigin

设置transform-origin,