AnimationDirection class
CSS animation-direction value.
Constructors
- AnimationDirection(String value)
-
Creates an animation direction value.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns the CSS animation-direction string.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- alternate → const AnimationDirection
- alternateReverse → const AnimationDirection
- normal → const AnimationDirection
- reverse → const AnimationDirection