Select to view content in your preferred language

Pan Speed | panEasingFactor

2714
1
11-18-2010 08:41 AM
ThomasFair
Deactivated User
I know the panEasingFactor is set by default to .2. I want to change it to 1 or turn it off, but I can't find where this is set or how to change this. Please help.
Tags (2)
0 Kudos
1 Reply
BjornSvensson
Esri Regular Contributor
Setting the "panEasingFactor" is not an option that is available thru default configuration xml files, though this widget might help:
http://www.arcgis.com/home/item.html?id=4837907e122246a893c9746a018fcd38

If you are working with API, it's a property on Map.
http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html#panEasingFactor

If you are working with the Flex Viewer 2.1 source code, you could probably change it in FlexViewer\src\com\esri\viewer\skins\MapManagerSkin.mxml where the Map is defined.
0 Kudos