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

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

Issue 1158603003: CSS Independent Transform Properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 964e114fd6583a5e7f6c9fdfcd3af403b2b4127b..45a9eaeeed1b07e5183f51791fd4c79ead232432 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -293,6 +293,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, custom_all, animatable
+rotate runtime_flag=CSSIndependentTransformProperties, custom_all, animatable
+scale runtime_flag=CSSIndependentTransformProperties, custom_all, animatable
transition-delay custom_all
transition-duration custom_all
transition-property custom_all

Powered by Google App Engine
This is Rietveld 408576698