The org.openzoom.flash.viewport.transformers package contains the viewport transformer classes.
| Class | Description | |
|---|---|---|
| NullTransformer | The NullTransformer transforms the given viewport without any kind of animation. | |
| SmoothTransformer | Viewport transformer based on the excellent research paper «Smooth and Efficient Zooming and Panning» by Wijk & Nuij. | |
| TweenerTransformer | TweenerTransformer is an implementation of IViewportTransformer based on the fantastic animation library Tweener. | |
| TweensyZeroTransformer | TweensyZeroTransformer is an implementation of IViewportTransformer based on the TweensyZero animation library. |