Bug 29602

Summary: Multiple text-shadow declarations fail to animate
Product: WebKit Reporter: Mike Taylor <runningtowardsnothing>
Component: EvangelismAssignee: 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
Reported 2009-09-21 11:16:51 PDT
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
Simon Fraser (smfr)
Comment 1 2010-12-11 19:35:21 PST
*** This bug has been marked as a duplicate of bug 42281 ***
Note You need to log in before you can comment on or make changes to this bug.