Table of Contents
About #
GraffitiCSSAnimator provides access to fast, accessible, and resource efficient CSS animations.
Enumerations #
Name | Values |
---|---|
BounceDirections | None Down Left Right Up |
Directions | Down Left Right Up |
FadeDirections | None Down Left Right Up TopLeft TopRight BottomLeft BottomRight |
FlipDirections | X Y |
LightspeedDirections | Left Right |
RotateDirections | None DownLeft DownRight UpLeft UpRight |
ZoomDirections | None Down Left Right Up |
Constants #
This class exposes no constants.
Events #
Name | Parameters | Return Type | Description |
---|---|---|---|
AnimationComplete | name as String | None | Raised when an animation has finished playing. |
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
BackIn | control as WebUIControl direction as Directions options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being displayed. |
BackOut | control as WebUIControl direction as Directions options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being being hidden. |
Bounce | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
BounceIn | control as WebUIControl direction as BounceDirections options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being displayed. |
BounceOut | control as WebUIControl direction as BounceDirections options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being being hidden. |
FadeIn | control as WebUIControl direction as FadeDirections big as Boolean = False options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being displayed. |
FadeOut | control as WebUIControl direction as FadeDirections big as Boolean = False options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being being hidden. |
Flash | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
Flip | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
FlipIn | control as WebUIControl direction as FlipDirections options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being displayed. |
FlipOut | control as WebUIControl direction as FlipDirections options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being being hidden. |
HeadShake | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
HeartBeat | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
Hinge | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
JackInTheBox | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
Jello | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
LightspeedIn | control as WebUIControl direction as LightspeedDirections options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being displayed. |
LightspeedOut | control as WebUIControl direction as LightspeedDirections options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being being hidden. |
Pulse | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
RollIn | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being displayed. |
RollOut | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being being hidden. |
RotateIn | control as WebUIControl direction as RotateDirections options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being displayed. |
RotateOut | control as WebUIControl direction as RotateDirections options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being being hidden. |
RubberBand | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
ShakeX | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
ShakeY | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
SlideIn | control as WebUIControl direction as Directions options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being displayed. |
SlideOut | control as WebUIControl direction as Directions options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being being hidden. |
Swing | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
Tada | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
Wobble | control as WebUIControl options as GraffitiCSSAnimatorOptions = nil | None | Causes the control to animate for attention. |
ZoomIn | control as WebUIControl direction as ZoomDirections options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being displayed. |
ZoomOut | control as WebUIControl direction as ZoomDirections options as GraffitiCSSAnimatorOptions = nil | None | An animation that results in the control being being hidden. |
Properties #
This class exposes no properties.
Notes #
This class currently has no notes.