Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
The fixed value of 30 Update per Second feels very inconsistent if the rest of the application runs with "smooth" 60 FPS.
File:
\frameworks\projects\spark\src\spark\components\supportClasses\SliderBase.as (1 hits)
Line 288: private static const MAX_DRAG_RATE:Number = 30;
Solutions:
- let the User define the max drag rate via property
or - bind it to the global framerate (Event.ENTER_FRAME instead of a Timer)