GraffitiCSSAnimatorOptions

Enumerations #

NameValues
DelaysNone
Shortest (2 seconds)
Short (3 seconds)
Long (4 seconds)
Longest (5 seconds)
DurationsSlowest (3 seconds)
Slow (2 seconds)
Fast (800 milliseconds)
Fastest (500 milliseconds)
RepeatAmountsNone
TwoTimes
ThreeTimes
Infinite

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

NameParametersReturn TypeDescription
ConstructorNoneNoneCreates a new instance of the class.
Constructorduration as Durations
repeatAmount as RepeatAmounts
NoneCreates a new instance of the class.

Properties #

NameTypeDefault ValueDescription
DelayDelaysDelays.NoneTime that must elapse before the animation will be begin.
DurationDurationsDurations.FastHow long the animation should take to complete.
NameString“”Configurable name for reference, passed to AnimationComplete event.
RepeatAmountRepeatAmountsRepeatAmounts.NoneHow many times the animation should repeat.

Notes #

This class currently has no notes.