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