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:
Hiroyuki Ikezoe 2017-02-03 13:52:22 +09:00
parent 10b6c1bb4f
commit 22ff72dfc0
2 changed files with 860 additions and 864 deletions

File diff suppressed because it is too large Load diff

View file

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