Skip to content

Commit

Permalink
make -moz-user-select property animatable
Browse files Browse the repository at this point in the history
  • Loading branch information
dadaa committed Jul 20, 2017
1 parent f01ad20 commit 4486758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/style/properties/longhand/ui.mako.rs
Expand Up @@ -22,9 +22,10 @@ ${helpers.single_keyword("-moz-user-select", "auto text none all element element
alias="-webkit-user-select",
gecko_ffi_name="mUserSelect",
gecko_enum_prefix="StyleUserSelect",
gecko_inexhaustive=True,
gecko_strip_moz_prefix=False,
aliases="-moz-none=none",
animation_value_type="none",
animation_value_type="discrete",
spec="https://drafts.csswg.org/css-ui-4/#propdef-user-select")}

${helpers.single_keyword("-moz-window-dragging", "default drag no-drag", products="gecko",
Expand Down

0 comments on commit 4486758

Please sign in to comment.