| Package | feathers.motion.effectClasses |
| Interface | public interface IResizeEffectContext extends IEffectContext, IFeathersEventDispatcher |
| Implementors | TweenResizeEffectContext |
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | duration : Number [read-only]
The duration of the effect, in seconds. | IEffectContext | |
| newHeight : Number
The new height of the target. | IResizeEffectContext | ||
| newWidth : Number
The new width of the target. | IResizeEffectContext | ||
| oldHeight : Number
The old height of the target. | IResizeEffectContext | ||
| oldWidth : Number
The old width of the target. | IResizeEffectContext | ||
![]() | position : Number
The position of the effect, from 0 to 1. | IEffectContext | |
![]() | target : DisplayObject [read-only]
The target of the effect. | IEffectContext | |
| newHeight | property |
newHeight:NumberThe new height of the target.
public function get newHeight():Number public function set newHeight(value:Number):void| newWidth | property |
newWidth:NumberThe new width of the target.
public function get newWidth():Number public function set newWidth(value:Number):void| oldHeight | property |
oldHeight:NumberThe old height of the target.
public function get oldHeight():Number public function set oldHeight(value:Number):void| oldWidth | property |
oldWidth:NumberThe old width of the target.
public function get oldWidth():Number public function set oldWidth(value:Number):void