Search and Top Navigation
#3937 closed bug (duplicate)
Opened January 25, 2009 03:24PM UTC
Closed September 20, 2009 09:15PM UTC
Last modified October 03, 2012 04:53PM UTC
IE sometimes doesn´t calculate the end and start values in color-Animations
Reported by: | trixta | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.6 |
Component: | ui.effects.core | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In some rare cases IE seems to don´t go through the initial fx.state (fx.state === 0) and therefore doesn´t compute the color-Styles.
This problem appeared with borderColor-Animations using the animateClass-method in IE7/Vista.
I didn´t find the reason for this and only added the following line to the step-method:
...
if(fx.state == 0 || !isFinite(fx.start[0])
...
modified version of effects.core (bugfixes, enhancements and new features): http://www.protofunc.com/scripts/jquery/classanimation/