Select to view content in your preferred language

Animating the zoomSlider?

683
1
12-23-2010 03:28 AM
WesBailes
Occasional Contributor
Within the application I am developing, I have created a few custom components that animate into place after the user logs in.  I have also created a modified skin class of the map zoom slider.  I was wondering if it is possible to animate this into place as well?  Obviously the map only has the zoomSliderVisible property that can only be set to "true" or "false".  Any suggestions are appreciated!
Tags (2)
0 Kudos
1 Reply
DasaPaddock
Esri Regular Contributor
You can set map.zoomSliderVisible to false, and then create your own Navigation instance that you add to the map.staticLayer or over the map.

http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/components/Navigation.html
http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html#staticLayer
0 Kudos