InteractableAnimationType enum

Represents an interactable animation type.

Inheritance

Constructors

InteractableAnimationType()
const

Values

fadeIn → const InteractableAnimationType

Fade-in animation.

fadeInDown → const InteractableAnimationType

Fade-in down animation.

fadeInDownBig → const InteractableAnimationType

Fade-in down big animation.

fadeInUp → const InteractableAnimationType

Fade-in up animation.

fadeInUpBig → const InteractableAnimationType

Fade-in up big animation.

fadeInLeft → const InteractableAnimationType

Fade-in left animation.

fadeInLeftBig → const InteractableAnimationType

Fade-in left big animation.

fadeInRight → const InteractableAnimationType

Fade-in right animation.

fadeInRightBig → const InteractableAnimationType

Fade-in right big animation.

fadeOut → const InteractableAnimationType

Fade-out animation.

fadeOutDown → const InteractableAnimationType

Fade-out down animation.

fadeOutDownBig → const InteractableAnimationType

Fade-out down big animation.

fadeOutUp → const InteractableAnimationType

Fade-out up animation.

fadeOutUpBig → const InteractableAnimationType

Fade-out up big animation.

fadeOutLeft → const InteractableAnimationType

Fade-out left animation.

fadeOutLeftBig → const InteractableAnimationType

Fade-out left big animation.

fadeOutRight → const InteractableAnimationType

Fade-out right animation.

fadeOutRightBig → const InteractableAnimationType

Fade-out right big animation.

bounceInDown → const InteractableAnimationType

Bounce in down animation.

bounceInUp → const InteractableAnimationType

Bounce in up animation.

bounceInLeft → const InteractableAnimationType

Bounce in left animation.

bounceInRight → const InteractableAnimationType

Bounce in right animation.

elasticIn → const InteractableAnimationType

Elastic in animation.

elasticInDown → const InteractableAnimationType

Elastic in down animation.

elasticInUp → const InteractableAnimationType

Elastic in up animation.

elasticInLeft → const InteractableAnimationType

Elastic in left animation.

elasticInRight → const InteractableAnimationType

Elastic in right animation.

slideInDown → const InteractableAnimationType

Slide in down animation.

slideInUp → const InteractableAnimationType

Slide in up animation.

slideInLeft → const InteractableAnimationType

Slide in left animation.

slideInRight → const InteractableAnimationType

Slide in right animation.

flipInX → const InteractableAnimationType

Flip in X animation.

flipInY → const InteractableAnimationType

Flip in Y animation.

zoomIn → const InteractableAnimationType

Zoom in animation.

zoomOut → const InteractableAnimationType

Zoom out animation.

jelloIn → const InteractableAnimationType

Jello in animation.

bounce → const InteractableAnimationType

Bounce animation.

flash → const InteractableAnimationType

Flash animation.

pulse → const InteractableAnimationType

Pulse animation.

swing → const InteractableAnimationType

Swing animation.

spin → const InteractableAnimationType

Spin animation.

spinPerfect → const InteractableAnimationType

Spin perfect animation.

dance → const InteractableAnimationType

Dance animation.

roulette → const InteractableAnimationType

Roulette animation.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<InteractableAnimationType>
A constant List of the values in this enum, in order of their declaration.