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

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

Issue 2352273002: CSS Motion Path: offset-anchor and offset-position (Closed)
Patch Set: rebase Created 4 years, 3 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 375485ed4714b0e1f297672c81e3bee6eee77969..0693924678d83ff6931a8c2f62a1a30597e5f79c 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -260,8 +260,10 @@ motion-path alias_for=offset-path
motion-rotation alias_for=offset-rotation
object-fit type_name=ObjectFit
object-position interpolable, converter=convertPosition
+offset-anchor runtime_flag=CSSOffsetPositionAnchor, converter=convertPositionOrAuto
offset-distance interpolable, converter=convertLength
offset-path converter=convertPathOrNone
+offset-position runtime_flag=CSSOffsetPositionAnchor, converter=convertPositionOrAuto
offset-rotation interpolable, converter=convertOffsetRotation
opacity interpolable, type_name=float
order type_name=int

Powered by Google App Engine
This is Rietveld 408576698