public class AnimationFrameBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
AnimationFrameBuilder |
duration(java.lang.Integer duration)
Set the duration for the frame.
|
AnimationFrameBuilder |
easingBehavior(EasingBehavior easingBehavior)
Set the easing behavior for the frame.
|
AnimationFrameBuilder |
easingFunction(EasingFunction easingFunction)
Set the easing function for the frame.
|
AnimationFrameBuilder |
easingMode(EasingMode easingMode)
Set the easing mode for the frame.
|
AnimationFrameBuilder |
end(float... endValue)
Set the end value for the frame.
|
AnimationFrameBuilder |
start(float... startValue)
Set the start value for the frame.
|
public AnimationFrameBuilder easingFunction(@Nullable EasingFunction easingFunction)
easingFunction - The easing functionpublic AnimationFrameBuilder easingMode(@Nullable EasingMode easingMode)
easingMode - The easing modepublic AnimationFrameBuilder start(@Nullable float... startValue)
startValue - The start valuepublic AnimationFrameBuilder end(@Nullable float... endValue)
endValue - The end valuepublic AnimationFrameBuilder duration(@Nullable java.lang.Integer duration)
duration - The durationpublic AnimationFrameBuilder easingBehavior(@Nullable EasingBehavior easingBehavior)
easingBehavior - The reverse behavior