TweenExInterface

Extended tween classes implement this interface to provide access to common properies.

Summary
TweenExInterfaceExtended tween classes implement this interface to provide access to common properies.
Functions
disposeDispose of all resources used or referenced in the instance.
refreshRefresh the tween with updated data it may reference.
Properties
propertyRead-only string of the tweened property.
transitionRead-only string indicating the transition type.

Functions

dispose

function dispose():void

Dispose of all resources used or referenced in the instance.

refresh

function refresh():void

Refresh the tween with updated data it may reference.

Properties

property

function get property():String

Read-only string of the tweened property.

Returns

Tweened property

transition

function get transition():String

Read-only string indicating the transition type.

Returns

Transition type string

Extends the AdvancedTween class with dispose, refresh and read-only properties.
Extends the PathTween class with dispose, refresh and read-only properties.
Extends the Tween class with dispose and extended properties on objects.
function dispose():void
Dispose of all resources used or referenced in the instance.
function refresh():void
Refresh the tween with updated data it may reference.
function get property():String
Read-only string of the tweened property.
function get transition():String
Read-only string indicating the transition type.
Close