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

| TweenExInterface | Extended tween classes implement this interface to provide access to common properies. | 
| Functions | |
| dispose | Dispose of all resources used or referenced in the instance. | 
| refresh | Refresh the tween with updated data it may reference. | 
| Properties | |
| property | Read-only string of the tweened property. | 
| transition | Read-only string indicating the transition type. | 
Dispose of all resources used or referenced in the instance.
function dispose():void 
Refresh the tween with updated data it may reference.
function refresh():void 
Read-only string of the tweened property.
function get property():String 
Read-only string indicating the transition type.
function get transition():String