RESOLVED DUPLICATE of bug 42281 Bug 29602
Multiple text-shadow declarations fail to animate
https://bugs.webkit.org/show_bug.cgi?id=29602
Summary Multiple text-shadow declarations fail to animate
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.