implements nsStyleImage type properties animatable

This commit is contained in:
Daisuke Akatsuka 2017-07-05 13:09:21 +09:00
parent 4924a4832f
commit d885747a18
6 changed files with 240 additions and 4 deletions

View file

@ -150,6 +150,6 @@ ${helpers.predefined_type("mask-image", "ImageLayer",
vector=True,
products="gecko",
extra_prefixes="webkit",
animation_value_type="none",
animation_value_type="discrete",
flags="CREATES_STACKING_CONTEXT",
has_uncacheable_values="True" if product == "gecko" else "False")}