konva
0.7.0
konva
/
konva
/
Animation
Animation
open
external
class
Animation
Content copied to clipboard
Constructors
Functions
Constructors
Animation
Link copied to clipboard
fun
Animation
(
func
:
Function
<
*
>
,
layers
:
Array
<
Layer
>
?
=
definedExternally
)
Content copied to clipboard
Animation
Link copied to clipboard
fun
Animation
(
func
:
Function
<
*
>
,
layer
:
Layer
?
=
definedExternally
)
Content copied to clipboard
Functions
add
Layer
Link copied to clipboard
open
fun
addLayer
(
layer
:
Layer
)
:
Boolean
Content copied to clipboard
get
Layers
Link copied to clipboard
open
fun
getLayers
(
)
:
Array
<
Layer
>
Content copied to clipboard
is
Running
Link copied to clipboard
open
fun
isRunning
(
)
:
Boolean
Content copied to clipboard
set
Layers
Link copied to clipboard
open
fun
setLayers
(
layer
:
Layer
)
:
Animation
Content copied to clipboard
open
fun
setLayers
(
layers
:
Array
<
Layer
>
)
:
Animation
Content copied to clipboard
start
Link copied to clipboard
open
fun
start
(
)
:
Animation
Content copied to clipboard
stop
Link copied to clipboard
open
fun
stop
(
)
:
Animation
Content copied to clipboard