Transition Example

Demonstrates the use of transition effects in tiled and untiled layers. There are three transitions that are currently implemented, 'default', 'resize', and 'animate'. The default transition effect is used when no transition is specified and is implemented as no transition effect except for panning singleTile layers. The 'resize' effect resamples the current tile and displays it stretched or compressed until the new tile is available. The 'animate' effect does the same thing as 'resize', but in several steps.

The first layer is an untiled WMS layer with no transition effect.

The first layer is an untiled WMS layer with a 'resize' effect.

The first layer is an untiled WMS layer with an 'animate' effect.

The fourth layer is a tiled WMS layer with no transition effect.

The fifth layer is a tiled WMS layer with a 'resize' effect.

The sixth layer is a tiled WMS layer with an 'animate' effect.