Closed
Bug 1179408
Opened 9 years ago
Closed 9 years ago
Alias -webkit-animation* CSS properties
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 837211
People
(Reporter: miketaylr, Unassigned)
References
(Blocks 1 open bug)
Details
We should alias the following -webkit- prefixed CSS animation properties to their standards equivalents (either via CSS Unprefixing or otherwise) in Gecko.
-webkit-animation
-webkit-animation-delay
-webkit-animation-direction
-webkit-animation-duration
-webkit-animation-fill-mode
-webkit-animation-iteration-count
-webkit-animatio-name
-webkit-animation-play-state
-webkit-animation-timing-function
Source <https://docs.google.com/spreadsheets/d/173d1p3LkW_LWk-VMnrxGPhTobtKSpED30Fys5ZJLttA/edit?pli=1#gid=51341101>
Updated•9 years ago
|
Comment 1•9 years ago
|
||
Presumably "@-webkit-keyframes" would be needed here, too.
Reporter | ||
Comment 3•9 years ago
|
||
Yeah, that too. Thx
Reporter | ||
Comment 4•9 years ago
|
||
This is fixed by Bug 837211. See Bug 1213126 to track enabling these by default.
(Flip layout.css.prefixes.webkit to true for testing)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 5•9 years ago
|
||
Added these aliases to the compat spec here: https://github.com/whatwg/compat/commit/eef5dde8fde9bff835f757b8fdf32c03427b18f8
Reporter | ||
Comment 6•9 years ago
|
||
And a section for @-webkit-keyframes https://github.com/whatwg/compat/commit/71b1486d8f4eccc9f390fdcf9d45f2993a66bc68
You need to log in
before you can comment on or make changes to this bug.
Description
•