[Webkit-unassigned] [Bug 78480] CSS transition of text-shadow not smooth from CSS animation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 16 17:52:54 PST 2012


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





--- Comment #9 from Shane Stephens <shanestephens at google.com>  2012-02-16 17:52:54 PST ---
The problem with the current behavior is that it implies the following steps, specific to the case where there's an animation change as part of a computed style change.

(1) computed style changes
(2) animation portion of computed style is removed
(3) computed style is measured (transition from style)
(4) remaining parts of computed style change are applied
(5) computed style is measured again (transition to style)

Why is the change application split across two different steps? Why is there a special additional measurement of computed style just because of the presence of the animation?

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