public interface IsDefaultBaseAnimation
Modifier and Type | Method and Description |
---|---|
int |
getDelay()
Returns the delay before starting the animations.
|
DelayCallback |
getDelayCallback()
Returns the callback to set the delay before starting the animations.
|
int |
getDuration()
Returns the number of milliseconds an animation takes.
|
DurationCallback |
getDurationCallback()
Returns the callback to set the number of milliseconds an animation takes.
|
Easing |
getEasing()
Returns the animation easing.
|
EasingCallback |
getEasingCallback()
Returns the callback to set the animation easing.
|
LoopCallback |
getLoopCallback()
Returns the callback to loop the animations endlessly.
|
boolean |
isLoop()
If set to
true , loops the animations endlessly. |
Easing getEasing()
int getDuration()
int getDelay()
boolean isLoop()
true
, loops the animations endlessly.true
if loops the animations endlessly.DurationCallback getDurationCallback()
DelayCallback getDelayCallback()
LoopCallback getLoopCallback()
EasingCallback getEasingCallback()