mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Implements ui related discrete animatable properties
This commit is contained in:
parent
3e37278d9e
commit
23e673f2a2
1 changed files with 4 additions and 2 deletions
|
@ -28,13 +28,15 @@ ${helpers.single_keyword("-moz-user-select", "auto text none all element element
|
|||
${helpers.single_keyword("-moz-window-dragging", "default drag no-drag", products="gecko",
|
||||
gecko_ffi_name="mWindowDragging",
|
||||
gecko_enum_prefix="StyleWindowDragging",
|
||||
animation_value_type="none",
|
||||
gecko_inexhaustive=True,
|
||||
animation_value_type="discrete",
|
||||
spec="None (Nonstandard Firefox-only property)")}
|
||||
|
||||
${helpers.single_keyword("-moz-window-shadow", "none default menu tooltip sheet", products="gecko",
|
||||
gecko_ffi_name="mWindowShadow",
|
||||
gecko_constant_prefix="NS_STYLE_WINDOW_SHADOW",
|
||||
animation_value_type="none",
|
||||
gecko_inexhaustive=True,
|
||||
animation_value_type="discrete",
|
||||
internal=True,
|
||||
spec="None (Nonstandard internal property)")}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue