move transitionEffect to Layer.Grid.prototype, and discourage the use of transitionEffect:"resize" on non-opaque layers
This commit is contained in:
@@ -320,20 +320,6 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
*/
|
||||
wrapDateLine: false,
|
||||
|
||||
/**
|
||||
* APIProperty: transitionEffect
|
||||
* {String} The transition effect to use when the map is panned or
|
||||
* zoomed.
|
||||
*
|
||||
* There are currently two supported values:
|
||||
* - *null* No transition effect (the default).
|
||||
* - *resize* Existing tiles are resized on zoom to provide a visual
|
||||
* effect of the zoom having taken place immediately. As the
|
||||
* new tiles become available, they are drawn over top of the
|
||||
* resized tiles.
|
||||
*/
|
||||
transitionEffect: null,
|
||||
|
||||
/**
|
||||
* Property: metadata
|
||||
* {Object} This object can be used to store additional information on a
|
||||
|
||||
Reference in New Issue
Block a user