Property.Animator |
Property.animator() |
Return the Animator for the Property, creating it if necessary.
|
Property.Animator |
Property.Animator.ease() |
Convenience method to use Easing.ease easing for all
keyframes.
|
Property.Animator |
Property.Animator.easeIn() |
Convenience method to use Easing.easeIn easing for all
keyframes.
|
Property.Animator |
Property.Animator.easeInOut() |
|
Property.Animator |
Property.Animator.easeOut() |
|
Property.Animator |
Property.Animator.easing(Easing... easing) |
Set the easing mode for each keyframe.
|
Property.Animator |
Property.Animator.in(double... in) |
Set the time in seconds for each keyframe.
|
Property.Animator |
Property.Animator.linear() |
Convenience method to use Easing.linear easing for all
keyframes.
|
Property.Animator |
Property.Animator.stop() |
Stop animating.
|
Property.Animator |
Property.Animator.to(double... to) |
Set the target values for animation and start animation.
|
Property.Animator |
Property.to(double... to) |
Animate the property value to the provided values.
|
Property.Animator |
Property.Animator.whenDone(Consumer<Property> whenDoneConsumer) |
Set a consumer to be called each time the Animator finishes animation.
|