Here it is:

    var map = new OpenLayers.Map({
        div: "map",
        allOverlays: true,
        projection: proj,
        maxExtent: bounds,
        allowSelection: true,
        resolutions: res,
        units: 'm',
        transitionEffect: null,
        zoomMethod: null,
        controls: [new OpenLayers.Control.PanZoomBar(),
                   new OpenLayers.Control.Navigation()]
    });




This is correct. How does your map constructor look?

On Jun 18, 2013 9:14 AM, "Alessandro Candini" <cand...@meeo.it <mailto:cand...@meeo.it>> wrote:

    Hi everyone.

    I've read release note for version 2.13
    (https://github.com/openlayers/openlayers/blob/master/notes/2.13.md)
    and tried to set my map with:
            transitionEffect: null
            zoomMethod: null
    but the animated zooming persist.

    Am I missing something?
    _______________________________________________
    Users mailing list
    us...@lists.osgeo.org <mailto:us...@lists.osgeo.org>
    http://lists.osgeo.org/mailman/listinfo/openlayers-users



--
Alessandro Candini
MEEO S.r.l.
Via Saragat 9
I-44122 Ferrara, Italy
Tel: +39 0532 1861501
Fax: +39 0532 1861637
http://www.meeo.it

========================================
"ATTENZIONE:le informazioni contenute in questo messaggio sono
da considerarsi confidenziali ed il loro utilizzo è riservato unicamente
al destinatario sopra indicato. Chi dovesse ricevere questo messaggio
per errore è tenuto ad informare il mittente ed a rimuoverlo
definitivamente da ogni supporto elettronico o cartaceo."

"WARNING:This message contains confidential and/or proprietary
information which may be subject to privilege or immunity and which
is intended for use of its addressee only. Should you receive this
message in error, you are kindly requested to inform the sender and
to definitively remove it from any paper or electronic format."

_______________________________________________
Users mailing list
us...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to