Uses of Class
org.praxislive.code.userapi.Property.Animator
Packages that use Property.Animator
-
Uses of Property.Animator in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return Property.AnimatorModifier and TypeMethodDescriptionProperty.animator()Return the Animator for the Property, creating it if necessary.Property.Animator.ease()Convenience method to useEasing.easeeasing for all keyframes.Property.Animator.easeIn()Convenience method to useEasing.easeIneasing for all keyframes.Property.Animator.easeInOut()Convenience method to useEasing.easeInOuteasing for all keyframes.Property.Animator.easeOut()Convenience method to useEasing.easeOuteasing for all keyframes.Set the easing mode for each keyframe.Property.Animator.in(double... in) Set the time in seconds for each keyframe.Property.Animator.linear()Convenience method to useEasing.lineareasing for all keyframes.Property.Animator.stop()Stop animating.Property.Animator.to(double... to) Set the target values for animation and start animation.Property.to(double... to) Animate the property value to the provided values.Set a consumer to be called each time the Animator finishes animation.