| Index: Source/build/scripts/css_properties.py
|
| diff --git a/Source/build/scripts/css_properties.py b/Source/build/scripts/css_properties.py
|
| index 6a62ee57ce81a50b9351351026f6da329fc0f198..8b56877d4b39730f8ee0e1172cf53b0e73dc83ea 100755
|
| --- a/Source/build/scripts/css_properties.py
|
| +++ b/Source/build/scripts/css_properties.py
|
| @@ -12,7 +12,7 @@ class CSSProperties(in_generator.Writer):
|
| 'alias_for': None,
|
| 'runtime_flag': None,
|
| 'longhands': '',
|
| - 'animatable': False,
|
| + 'interpolable': False,
|
| 'inherited': False,
|
| 'font': False,
|
| 'svg': False,
|
| @@ -32,7 +32,7 @@ class CSSProperties(in_generator.Writer):
|
| }
|
|
|
| valid_values = {
|
| - 'animatable': (True, False),
|
| + 'interpolable': (True, False),
|
| 'inherited': (True, False),
|
| 'font': (True, False),
|
| 'svg': (True, False),
|
|
|