public interface IsDefaultAnimationCollection extends IsDefaultBaseAnimation
| Modifier and Type | Method and Description | 
|---|---|
| double | getFrom()Returns the start value for the animation as number. | 
| boolean | getFromAsBoolean()Returns the start value for the animation as boolean. | 
| String | getFromAsString()Returns the start value for the animation as color string. | 
| FromCallback | getFromCallback()Returns the callback to set the start value for the animation. | 
| List<AnimationPropertyKey> | getProperties()Returns the properties defined in the the animation collection. | 
| double | getTo()Returns the end value for the animation as number. | 
| boolean | getToAsBoolean()Returns the end value for the animation as boolean. | 
| String | getToAsString()Returns the end value for the animation as color string. | 
| ToCallback | getToCallback()Returns the callback to set the end value for the animation. | 
| AnimationType | getType()Returns the type of  fromproperty and determines the interpolator used. | 
getDelay, getDelayCallback, getDuration, getDurationCallback, getEasing, getEasingCallback, getLoopCallback, isLoopAnimationType getType()
from property and determines the interpolator used.from property and determines the interpolator used.double getFrom()
boolean getFromAsBoolean()
String getFromAsString()
double getTo()
boolean getToAsBoolean()
String getToAsString()
List<AnimationPropertyKey> getProperties()
FromCallback getFromCallback()
ToCallback getToCallback()