mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Run background-color animations on the compositor.
Changes for nsIDOMWindowUtils.getOMTAValue is in the next commit with come test cases. Differential Revision: https://phabricator.services.mozilla.com/D13001
This commit is contained in:
parent
8bed8ae122
commit
f6b6825c31
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ ${helpers.predefined_type(
|
||||||
animation_value_type="AnimatedColor",
|
animation_value_type="AnimatedColor",
|
||||||
ignored_when_colors_disabled=True,
|
ignored_when_colors_disabled=True,
|
||||||
allow_quirks=True,
|
allow_quirks=True,
|
||||||
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER",
|
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER \
|
||||||
|
CAN_ANIMATE_ON_COMPOSITOR",
|
||||||
)}
|
)}
|
||||||
|
|
||||||
${helpers.predefined_type(
|
${helpers.predefined_type(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue