[Webkit-unassigned] [Bug 41188] Animations should not require from/to keyframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 25 14:21:08 PDT 2010


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





--- Comment #7 from Dean Jackson <dino at apple.com>  2010-06-25 14:21:08 PST ---
(In reply to comment #5)

> Does this patch do the right thing if there's a transition running on the property that the animation is going to affect, and the 0% keyframe is missing?

It does!!! attaching a manual test.

Well, at least I think it does the right thing. It uses the final style of the transition. eg. if you are in the middle of a transition from left: 100 to left: 200, then apply an animation, the 0% of the animation will start from 200. Do you expect it to use the transitioning value? If so that's slightly weird, because we say that animations trump the transition, so as far as the animation is concerned, the value of left is 200.

-- 
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