implements nsStyleCoord type properties animatable

This commit is contained in:
Daisuke Akatsuka 2017-07-05 12:54:45 +09:00
parent 006037f798
commit 983361eb0f
4 changed files with 53 additions and 12 deletions

View file

@ -271,7 +271,7 @@ ${helpers.predefined_type("object-position",
${helpers.predefined_type("grid-auto-%ss" % kind,
"TrackSize",
"Default::default()",
animation_value_type="none",
animation_value_type="discrete",
spec="https://drafts.csswg.org/css-grid/#propdef-grid-auto-%ss" % kind,
products="gecko",
boxed=True)}