Interface HasAnimationOptions

    • Method Detail

      • getAnimationContainer

        AnimationContainer getAnimationContainer()
        Returns an animation container instance to use in the default methods of this interface.
        Returns:
        an animation container instance
      • setAnimationEnabled

        default void setAnimationEnabled​(boolean enabled)
        Enables or disables the animation.
        Parameters:
        enabled - if true the animation is enabled otherwise false to disable it.
      • isAnimationEnabled

        default boolean isAnimationEnabled()
        Returns true if animation is enabled, otherwise false.
        Returns:
        true if animation is enabled, otherwise false