Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Unified Diff: Source/core/css/CSSProperties.in

Issue 1196913005: Implement animations for Independent CSS Transform Properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix rotate-interpolation test Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/core/animation/css/CSSPropertyEquality.cpp ('k') | Source/core/css/resolver/AnimatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698