mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
implements nsStyleCoord type properties animatable
This commit is contained in:
parent
006037f798
commit
983361eb0f
4 changed files with 53 additions and 12 deletions
|
@ -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)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue