[Webkit-unassigned] [Bug 117655] Javascript Animation playing through layers of background SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 17 12:21:27 PDT 2013


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





--- Comment #5 from Joseph Pecoraro <joepeck at webkit.org>  2013-06-17 12:20:05 PST ---
(In reply to comment #3)
@Nick, actually doing the following should be just fine:

     #pass, #back, details, .animate {
         -webkit-transition: -webkit-transform .7s linear;
         -moz-transition: -moz-transform .7s linear;
         -o-transition: -o-transform .7s linear;
         transition: transform .7s linear
     }

If both unprefixed version aren't supported, then the browser should just fallback to the prefixed lines above the unprefixed line.

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