GraffitiCSSAnimator

About #

GraffitiCSSAnimator provides access to fast, accessible, and resource efficient CSS animations.

Enumerations #

NameValues
BounceDirectionsNone
Down
Left
Right
Up
DirectionsDown
Left
Right
Up
FadeDirectionsNone
Down
Left
Right
Up
TopLeft
TopRight
BottomLeft
BottomRight
FlipDirectionsX
Y
LightspeedDirectionsLeft
Right
RotateDirectionsNone
DownLeft
DownRight
UpLeft
UpRight
ZoomDirectionsNone
Down
Left
Right
Up

Constants #

This class exposes no constants.

Events #

NameParametersReturn TypeDescription
AnimationCompletename as StringNoneRaised when an animation has finished playing.

Methods #

NameParametersReturn TypeDescription
BackIncontrol as WebUIControl
direction as Directions
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being displayed.
BackOutcontrol as WebUIControl
direction as Directions
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being being hidden.
Bouncecontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
BounceIncontrol as WebUIControl
direction as BounceDirections
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being displayed.
BounceOutcontrol as WebUIControl
direction as BounceDirections
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being being hidden.
FadeIncontrol as WebUIControl
direction as FadeDirections
big as Boolean = False
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being displayed.
FadeOutcontrol as WebUIControl
direction as FadeDirections
big as Boolean = False
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being being hidden.
Flashcontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
Flipcontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
FlipIncontrol as WebUIControl
direction as FlipDirections
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being displayed.
FlipOutcontrol as WebUIControl
direction as FlipDirections
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being being hidden.
HeadShakecontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
HeartBeatcontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
Hingecontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
JackInTheBoxcontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
Jellocontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
LightspeedIncontrol as WebUIControl
direction as LightspeedDirections
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being displayed.
LightspeedOutcontrol as WebUIControl
direction as LightspeedDirections
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being being hidden.
Pulsecontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
RollIncontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being displayed.
RollOutcontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being being hidden.
RotateIncontrol as WebUIControl
direction as RotateDirections
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being displayed.
RotateOutcontrol as WebUIControl
direction as RotateDirections
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being being hidden.
RubberBandcontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
ShakeXcontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
ShakeYcontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
SlideIncontrol as WebUIControl
direction as Directions
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being displayed.
SlideOutcontrol as WebUIControl
direction as Directions
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being being hidden.
Swingcontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
Tadacontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
Wobblecontrol as WebUIControl
options as GraffitiCSSAnimatorOptions = nil
NoneCauses the control to animate for attention.
ZoomIncontrol as WebUIControl
direction as ZoomDirections
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being displayed.
ZoomOutcontrol as WebUIControl
direction as ZoomDirections
options as GraffitiCSSAnimatorOptions = nil
NoneAn animation that results in the control being being hidden.

Properties #

This class exposes no properties.

Notes #

This class currently has no notes.