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

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

Issue 2247773004: [WIP] CSS Motion Path: offset-anchor and offset-position Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: offsetAnchor Created 4 years, 4 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: third_party/WebKit/Source/core/css/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index edfcdcf5a1a5f477373bbff7abf52586fb0158fe..1d991851c810a92209cc980b17621549e8a6a3c0 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -255,11 +255,16 @@ max-width interpolable, initial=initialMaxSize, converter=convertLengthMaxSizing
min-height interpolable, initial=initialMinSize, converter=convertLengthSizing
min-width interpolable, initial=initialMinSize, converter=convertLengthSizing
mix-blend-mode type_name=blink::WebBlendMode, name_for_methods=BlendMode
-motion-offset interpolable, converter=convertLength
-motion-path converter=convertPathOrNone
-motion-rotation interpolable, converter=convertMotionRotation
+motion-offset alias_for=offset-distance
+motion-path alias_for=offset-path
+motion-rotation alias_for=offset-rotation
object-fit type_name=ObjectFit
object-position interpolable, converter=convertPosition
+offset-anchor interpolable, converter=convertPositionOrAuto
+offset-distance interpolable, converter=convertLength
+offset-path converter=convertPathOrNone
+offset-position interpolable, converter=convertPositionOrAuto
+offset-rotation interpolable, converter=convertOffsetRotation
opacity interpolable, type_name=float
order type_name=int
orphans interpolable, inherited, type_name=short
@@ -499,7 +504,8 @@ grid-template runtime_flag=CSSGridLayout, longhands=grid-template-rows;grid-temp
list-style longhands=list-style-type;list-style-position;list-style-image
margin longhands=margin-top;margin-right;margin-bottom;margin-left
marker longhands=marker-start;marker-mid;marker-end
-motion longhands=motion-path;motion-offset;motion-rotation
+motion longhands=offset-path;offset-distance;offset-rotation
+offset longhands=offset-path;offset-distance;offset-position;offset-anchor;offset-rotation
outline longhands=outline-color;outline-style;outline-width
overflow longhands=overflow-x;overflow-y
padding longhands=padding-top;padding-right;padding-bottom;padding-left

Powered by Google App Engine
This is Rietveld 408576698