Bug 29602 - Multiple text-shadow declarations fail to animate
Summary: Multiple text-shadow declarations fail to animate
Status: RESOLVED DUPLICATE of bug 42281
Alias: None
Product: WebKit
Classification: Unclassified
Component: Evangelism (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.miketaylr.com/css/flames.html
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-21 11:16 PDT by Mike Taylor
Modified: 2010-12-11 19:35 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Taylor 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.
Comment 1 Simon Fraser (smfr) 2010-12-11 19:35:21 PST

*** This bug has been marked as a duplicate of bug 42281 ***