[Webkit-unassigned] [Bug 29602] New: Multiple text-shadow declarations fail to animate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 21 11:16:51 PDT 2009


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

           Summary: Multiple text-shadow declarations fail to animate
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://www.miketaylr.com/css/flames.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Evangelism
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: runningtowardsnothing at gmail.com


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.

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