Bug 29602
Summary: | Multiple text-shadow declarations fail to animate | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mike Taylor <runningtowardsnothing> |
Component: | Evangelism | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.5 | ||
URL: | http://www.miketaylr.com/css/flames.html |
Mike Taylor
If you assign multiple text-shadows to an element, everything displays as expected:
elm {text-shadow:0 0 4px white,0 -5px 4px #FFFF33,2px -10px 6px #FFDD33,-2px -15px 11px #FF8800,2px -25px 18px #FF2200;}
However, if you try to animate each shadow, only the last declared shadow actually animates and is displayed in an animation. So for the above example, 2px -25px 18px #FF2200. Please see the source for the test page.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
*** This bug has been marked as a duplicate of bug 42281 ***