Uses of Enum Class
org.teamapps.ux.component.animation.RepeatableAnimation
Packages that use RepeatableAnimation
-
Uses of RepeatableAnimation in org.teamapps.ux.component.animation
Subclasses with type arguments of type RepeatableAnimation in org.teamapps.ux.component.animationMethods in org.teamapps.ux.component.animation that return RepeatableAnimationModifier and TypeMethodDescriptionstatic RepeatableAnimationReturns the enum constant of this class with the specified name.static RepeatableAnimation[]RepeatableAnimation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RepeatableAnimation in org.teamapps.ux.component.notification
Methods in org.teamapps.ux.component.notification that return RepeatableAnimationMethods in org.teamapps.ux.component.notification with parameters of type RepeatableAnimationModifier and TypeMethodDescriptionNotificationBarItem.setIconAnimation(RepeatableAnimation iconAnimation) Constructors in org.teamapps.ux.component.notification with parameters of type RepeatableAnimationModifierConstructorDescriptionNotificationBarItem(Icon<?, ?> icon, String text, boolean dismissible, int displayTimeInMillis, boolean progressBarVisible, Color backgroundColor, Color borderColor, Color textColor, Spacing padding, RepeatableAnimation iconAnimation) NotificationBarItem(Icon<?, ?> icon, String text, boolean dismissible, int displayTimeInMillis, boolean progressBarVisible, Color backgroundColor, Color borderColor, Color textColor, Spacing padding, RepeatableAnimation iconAnimation, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation)