Closed
Bug 1132754
Opened 10 years ago
Closed 9 years ago
Add support for emulating "-webkit" prefixed animation CSS, via CSS Unprefixing Service
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 1179408
People
(Reporter: dholbert, Unassigned)
References
Details
As noted in bug 1107378 comment 19, there's at least one site (hao123) that will likely be on our prefixing "fixlist" that uses prefixed CSS animation syntax.
Sample CSS, provided by Karl Dubost:
@-webkit-keyframes myrotate{}
-webkit-animation-name:myrotate;
-webkit-animation-duration:.8s;
-webkit-animation-fill-mode:both;
-webkit-animation-timing-function:ease-in
Source: http://s0.m.hao123img.com/static/html5-index/css/index_2c2ec19.css
(karl notes that Yahoo! Japan also uses prefixed CSS animations, and they may end up on our fixlist as well.)
Hence, filing this bug on emulating support for the -webkit prefixed animation properties and the @-webkit-keyframes rule, via the CSS Unprefixing service (only for sites on our fixlist of course).
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: x86_64 → All
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Comment 1•9 years ago
|
||
Unassigning, as I'm not actively working on this at the moment.
(Also, if these properties take the same syntax/keywords as our supported versions, we may just want to support them natively as aliases, instead of relying on the js-implemented CSS Unprefixing Service. That will probably happen via bug 1179408.)
Assignee: dholbert → nobody
Status: ASSIGNED → NEW
Reporter | ||
Comment 2•9 years ago
|
||
Duping forward to bug 1179408.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•