mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Convert NS_STYLE_ANIMATION_PLAY_STATE_* to scoped enum StyleAnimationPlayState.
This change removes directives NS_STYLE_ANIMATION_PLAY_STATE_* and replaces the values with those from a scoped enum called StyleAnimationPlayState. Differential Revision: https://phabricator.services.mozilla.com/D9382
This commit is contained in:
parent
0191705e87
commit
ac873c714f
1 changed files with 1 additions and 0 deletions
|
@ -258,6 +258,7 @@ ${helpers.single_keyword(
|
||||||
animation_value_type="none",
|
animation_value_type="none",
|
||||||
vector=True,
|
vector=True,
|
||||||
extra_prefixes=animation_extra_prefixes,
|
extra_prefixes=animation_extra_prefixes,
|
||||||
|
gecko_enum_prefix="StyleAnimationPlayState",
|
||||||
spec="https://drafts.csswg.org/css-animations/#propdef-animation-play-state",
|
spec="https://drafts.csswg.org/css-animations/#propdef-animation-play-state",
|
||||||
allowed_in_keyframe_block=False,
|
allowed_in_keyframe_block=False,
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue