hi all,<br><br>I was trying to add animated zoom to my map......<br>it can be done by adding  transitionEffect: &quot;resize&quot;  to the openlayer map options<br>but how it could be added to a geoext mappanel?<br>Following code shows error on line  transitionEffect: &quot;resize&quot;<br>
<br>=====================================================================<br>    mapPanel = new GeoExt.MapPanel({<br>        title: &quot;Map&quot;,<br>        width: 400,<br>        region: &quot;center&quot;,<br>        layers: myLayers,<br>
            extent: new OpenLayers.Bounds(145.19754,-43.423512,148.27298000000002,-40.852802),<br>        transitionEffect: &quot;resize&quot; <br>        });<br>