FastChar-ExtJs文档
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Animate
constructor
animate
JsPath
animate
Map
clear
Animate
is
Animating
loader
start
Close
Animate
ByHeight
start
Close
Animate
ByWidth
start
Hide
Animate
ByWidth
start
Max
Button
Animate
ByWidth
start
Min
Button
Animate
ByWidth
start
Value
Animate
Hierarchy
Animate
Index
Constructors
constructor
Properties
animate
JsPath
animate
Map
Methods
clear
Animate
is
Animating
loader
start
Close
Animate
ByHeight
start
Close
Animate
ByWidth
start
Hide
Animate
ByWidth
start
Max
Button
Animate
ByWidth
start
Min
Button
Animate
ByWidth
start
Value
Animate
Constructors
constructor
new
Animate
(
)
:
Animate
Returns
Animate
Properties
Static
animate
JsPath
animate
JsPath
:
string
= "base/animejs/anime.min.js"
Static
animate
Map
animate
Map
:
{}
= {}
Type declaration
Methods
Static
clear
Animate
clear
Animate
(
animateCode
:
string
)
:
void
Parameters
animateCode:
string
Returns
void
Static
is
Animating
is
Animating
(
cmb
:
any
)
:
boolean
Parameters
cmb:
any
Returns
boolean
Static
loader
loader
(
callBack
:
any
)
:
void
Parameters
callBack:
any
Returns
void
Static
start
Close
Animate
ByHeight
start
Close
Animate
ByHeight
(
cmb
:
any
)
:
void
根据组件高度,动画释放组件
Parameters
cmb:
any
Returns
void
Static
start
Close
Animate
ByWidth
start
Close
Animate
ByWidth
(
cmb
:
any
)
:
void
根据组件宽度,动画释放组件
Parameters
cmb:
any
Returns
void
Static
start
Hide
Animate
ByWidth
start
Hide
Animate
ByWidth
(
cmb
:
any
)
:
void
根据组件宽度,动画隐藏组件
Parameters
cmb:
any
Returns
void
Static
start
Max
Button
Animate
ByWidth
start
Max
Button
Animate
ByWidth
(
button
:
any
, delay
?:
number
)
:
void
根据组件宽度,动画隐藏组件
Parameters
button:
any
Optional
delay:
number
Returns
void
Static
start
Min
Button
Animate
ByWidth
start
Min
Button
Animate
ByWidth
(
button
:
any
, delay
:
number
)
:
void
根据组件宽度,动画隐藏组件
Parameters
button:
any
delay:
number
Returns
void
Static
start
Value
Animate
start
Value
Animate
(
animateCode
:
string
, animateConfig
:
any
)
:
any
开启一段zhi动画
Parameters
animateCode:
string
动画标识
animateConfig:
any
动画配置
Returns
any
根据组件高度,动画释放组件