AddStyle(theStyle as WebStyle, Duration as Integer = 1000) |
Animates the addition of a WebStyle to a WebControl. |
Blind(Operation as GraffitiWebAnimator.EffectOperation, Direction as GraffitiWebAnimator.EffectDirection, Duration as Integer = 1000) |
Performs a blind hide/show/toggle animation on a WebControl. |
Bounce(Operation as GraffitiWebAnimator.EffectOperation, BounceDistance as Integer = 20, BounceCount as Integer = 3, Duration as Integer = 1000 |
Bounces an object in to or out of view. |
Clip(Operation as GraffitiWebAnimator.EffectOperation, Direction as GraffitiWebAnimator.EffectDirection, Duration as Integer = 1000) |
Clips an object coming in to our out of view. |
Drop(Operation as GraffitiWebAnimator.EffectOperation, Direction as GraffitiWebAnimator.EffectDirection, Duration as Integer = 1000) |
Moves the object down while fading in/out. |
Explode(Operation as GraffitiWebAnimator.EffectOperation, Pieces as Integer = 9, Duration as Integer = 1000) |
Object will either explode or be assembled from the number of Pieces defined. |
Fade(Operation as GraffitiWebAnimator.EffectOperation, Duration as Integer = 1000 |
|
Fold(Operation as GraffitiWebAnimator.EffectOperation, FoldedSize as Integer = 15, HorizontalFirst as Boolean = False, Duration as Integer = 1000) |
Folds the object in to or out of view. |
Highlight(Operation as GraffitiWebAnimator.EffectOperation, HighlightColor as Color = &cffff99, Duration as Integer = 1000) |
Briefly highlights an element by adding the HighlightColor as background. |
Puff(Operation as GraffitiWebAnimator.EffectOperation, PuffSizePercent as Integer = 150, Duration as Integer = 1000) |
Makes the element disappear with a puff of smoke-like effect. |
Pulsate(Operation as GraffitiWebAnimator.EffectOperation, PulseCount as Integer = 5, Duration as Integer = 1000) |
Causes the element to pulse between visible and invisible. |
RemoveStyle(theStyle as WebStyle, Duration as Integer = 1000) |
Animates the removal of a WebStyle from an element. |
Scale(Operation as GraffitiWebAnimator.EffectOperation, Direction as GraffitiWebAnimator.EffectScaleDirection = GraffitiWebAnimator.EffectScaleDirection.Both, OriginX as GraffitiWebAnimator.EffectScaleOriginX = GraffitiWebAnimator.EffectScaleOriginX.Middle, OriginY as GraffitiWebAnimator.EffectScaleOriginY = GraffitiWebAnimator.EffectScaleOriginY.Center, ScaleType as GraffitiWebAnimator.EffectScaleType = GraffitiWebAnimator.EffectScaleType.Both, Duration as Integer = 1000) |
Scales an element in to or out of view. |
Shake(Operation as GraffitiWebAnimator.EffectOperation, Direction as GraffitiWebAnimator.EffectDirection = GraffitiWebAnimator.EffectDirection.Left, Distance as Integer = 20, Times as Integer = 3, Duration as Integer = 1000) |
Shakes an element on the page. |
Size(Operation as GraffitiWebAnimator.EffectOperation, ToWidth as Integer, ToHeight as Integer, OriginX as GraffitiWebAnimator.EffectScaleOriginX = GraffitiWebAnimator.EffectScaleOriginX.Left, OriginY as GraffitiWebAnimator.EffectScaleOriginY = GraffitiWebAnimator.EffectScaleOriginY.Top, ScaleType as GraffitiWebAnimator.EffectScaleType = GraffitiWebAnimator.EffectScaleType.Both, Duration as Integer = 1000) |
Modified the size of an element. |
Slide(Operation as GraffitiWebAnimator.EffectOperation, Direction as GraffitiWebAnimator.EffectDirection, Distance as Integer, Duration as Integer = 1000) |
Slides an element. |
SwitchStyle(removeStyle as WebStyle, addStyle as WebStyle, Duration as Integer = 1000) |
Simultaneously add one style while removing another. |
TransferTo(Target as WebControl, Duration as Integer = 1000) |
Displays an animated rectangle going from one element to another. |