Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

AnimationExtender

MikhailTymchukDX edited this page Apr 12, 2017 · 4 revisions

Demo Page

An extender used to play animations when a control's events fire.

Properties

Name Description
OnClick OnClick animation
OnHoverOut OnHoverOut animation
OnHoverOver OnHoverOver animation
OnLoad OnLoad animation
OnMouseOut OnMouseOut animation
OnMouseOver OnMouseOver animation

Client properties

Name Description
onClick Generic OnClick Animation's JSON definition
onClickBehavior Generic OnClick Animation's behavior
onHoverOut Generic OnHoverOut Animation's JSON definition
onHoverOutBehavior Generic OnHoverOut Animation's behavior
onHoverOver Generic OnHoverOver Animation's JSON definition
onHoverOverBehavior Generic OnHoverOver Animation's behavior
onLoad Generic OnLoad Animation's JSON definition. Setting the OnLoad property will cause it to be played immediately
onLoadBehavior Generic OnLoad Animation's behavior
onMouseOut Generic OnMouseOut Animation's JSON definition
onMouseOutBehavior Generic OnMouseOut Animation's behavior
onMouseOver Generic OnMouseOver Animation's JSON definition
onMouseOverBehavior Generic OnMouseOver Animation's behavior

Client methods

Name Description
playOnClick() Plays animation.
playOnMouseOut() Plays OnMouseOver/OnHoverOver animations
playOnMouseOver() Plays OnMouseOver/OnHoverOver animations

Client properties

onClick

Generic OnClick Animation's JSON definition

Getter name: get_onClick()
Setter name: set_onClick(value)

onClickBehavior

Generic OnClick Animation's behavior

Getter name: get_onClickBehavior()

onHoverOut

Generic OnHoverOut Animation's JSON definition

Getter name: get_onHoverOut()
Setter name: set_onHoverOut(value)

onHoverOutBehavior

Generic OnHoverOut Animation's behavior

Getter name: get_onHoverOutBehavior()

onHoverOver

Generic OnHoverOver Animation's JSON definition

Getter name: get_onHoverOver()
Setter name: set_onHoverOver(value)

onHoverOverBehavior

Generic OnHoverOver Animation's behavior

Getter name: get_onHoverOverBehavior()

onLoad

Generic OnLoad Animation's JSON definition. Setting the OnLoad property will cause it to be played immediately

Getter name: get_onLoad()
Setter name: set_onLoad(value)

onLoadBehavior

Generic OnLoad Animation's behavior

Getter name: get_onLoadBehavior()

onMouseOut

Generic OnMouseOut Animation's JSON definition

Getter name: get_onMouseOut()
Setter name: set_onMouseOut(value)

onMouseOutBehavior

Generic OnMouseOut Animation's behavior

Getter name: get_onMouseOutBehavior()

onMouseOver

Generic OnMouseOver Animation's JSON definition

Getter name: get_onMouseOver()
Setter name: set_onMouseOver(value)

onMouseOverBehavior

Generic OnMouseOver Animation's behavior

Getter name: get_onMouseOverBehavior()

Client methods

playOnClick()

Plays animation.

playOnMouseOut()

Plays OnMouseOver/OnHoverOver animations

playOnMouseOver()

Plays OnMouseOver/OnHoverOver animations

Clone this wiki locally