Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Download the attached project.
2. Run the app in ADL.
3. Click the button with "down" label.
4. Wait for a couple seconds.
Actual Results: RTE
Error: Interpolator cannot calculate interpolated values when startValue (0) or endValue (NaN) is not a number.
at spark.effects.interpolation::NumberInterpolator/interpolate()[E:\dev\4.y\frameworks\projects\spark\src\spark\effects\interpolation\NumberInterpolator.as:107]
at spark.effects.animation::MotionPath/getValue()[E:\dev\4.y\frameworks\projects\spark\src\spark\effects\animation\MotionPath.as:254]
at spark.effects.animation::Animation/calculateValue()[E:\dev\4.y\frameworks\projects\spark\src\spark\effects\animation\Animation.as:906]
at spark.effects.animation::Animation/doInterval()[E:\dev\4.y\frameworks\projects\spark\src\spark\effects\animation\Animation.as:802]
at spark.effects.animation::Animation$/timerHandler()[E:\dev\4.y\frameworks\projects\spark\src\spark\effects\animation\Animation.as:702]
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
Expected Results: Looks like mouseDown triggers thumb animation?
Workaround (if any):