toggle menu
doodle
0.10.3
common
switch theme
search in API
animation
/
io.nacular.doodle.animation
/
Animation
Animation
sealed
interface
Animation
<
T
>
:
Pausable
(
source
)
A running animation produced by an
Animator
Members
Inherited properties
canceled
Link copied to clipboard
abstract
val
canceled
:
Pool
<
(
source
:
Completable
)
->
Unit
>
completed
Link copied to clipboard
abstract
val
completed
:
Pool
<
(
source
:
Completable
)
->
Unit
>
paused
Link copied to clipboard
abstract
val
paused
:
Pool
<
(
source
:
Pausable
)
->
Unit
>
resumed
Link copied to clipboard
abstract
val
resumed
:
Pool
<
(
source
:
Pausable
)
->
Unit
>
Inherited functions
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
pause
Link copied to clipboard
abstract
fun
pause
(
)
resume
Link copied to clipboard
abstract
fun
resume
(
)