| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index 8a9fabb24df045e6448f203e0e2f1be17c58c73b..d604abcf4a6503aa275a6e581bbc5171e64d100d 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -298,9 +298,9 @@ touch-action converter=convertFlags<TouchAction>
|
| transform animatable, custom_value
|
| transform-origin animatable, converter=convertTransformOrigin
|
| transform-style name_for_methods=TransformStyle3D
|
| -translate runtime_flag=CSSIndependentTransformProperties, converter=convertTranslate
|
| -rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate
|
| -scale runtime_flag=CSSIndependentTransformProperties, converter=convertScale
|
| +translate runtime_flag=CSSIndependentTransformProperties, converter=convertTranslate, animatable
|
| +rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate, animatable
|
| +scale runtime_flag=CSSIndependentTransformProperties, converter=convertScale, animatable
|
| transition-delay custom_all
|
| transition-duration custom_all
|
| transition-property custom_all
|
|
|