mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Make transform property animatable.
This just changes animatable to True, drops 'if product == "servo" block , fixes indentations and moves 'use' declarations at the top of the file. MozReview-Commit-ID: A96oxYXmknV
This commit is contained in:
parent
10b6c1bb4f
commit
22ff72dfc0
2 changed files with 860 additions and 864 deletions
File diff suppressed because it is too large
Load diff
|
@ -1051,7 +1051,7 @@ ${helpers.single_keyword("animation-fill-mode",
|
|||
|
||||
|
||||
<%helpers:longhand name="transform" products="gecko servo" extra_prefixes="webkit"
|
||||
animatable="${product == 'servo'}"
|
||||
animatable="True"
|
||||
spec="https://drafts.csswg.org/css-transforms/#propdef-transform">
|
||||
use app_units::Au;
|
||||
use style_traits::ToCss;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue