toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho.animated
/
LoopAnimation
Loop
Animation
class
LoopAnimation
(
repeatCount
:
Int
,
animation
:
AnimatedAnimation
)
:
AnimatedAnimation
Creates animation that will run in a loop
repeatCount
times when
LoopAnimation.start
is triggered
Members
Constructors
Loop
Animation
Link copied to clipboard
constructor
(
repeatCount
:
Int
,
animation
:
AnimatedAnimation
)
Functions
add
Listener
Link copied to clipboard
open
override
fun
addListener
(
finishListener
:
AnimationFinishListener
)
cancel
Link copied to clipboard
open
override
fun
cancel
(
)
is
Active
Link copied to clipboard
open
override
fun
isActive
(
)
:
Boolean
start
Link copied to clipboard
open
override
fun
start
(
)