[Webkit-unassigned] [Bug 60303] animation-timing-function property with a list uses first item for all animations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 10:26:03 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60303





--- Comment #4 from Young Han Lee <joybro at company100.net>  2011-06-21 10:26:03 PST ---
KeyframeAnimation::fetchIntervalEndpointsForProperty() is always getting a timingFunction from the first animation, even for the calculation of the second animation.

This patch makes the function look for the correct animation by the keyframe's name.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list