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

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

Issue 2364503002: CSS Motion Path: animate offset-anchor and offset-position (Closed)
Patch Set: no interpolation to/from auto 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 0693924678d83ff6931a8c2f62a1a30597e5f79c..44ba9814fca52e082310fc9200090b09dd77a21c 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -260,10 +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-anchor runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=convertPositionOrAuto
offset-distance interpolable, converter=convertLength
offset-path converter=convertPathOrNone
-offset-position runtime_flag=CSSOffsetPositionAnchor, converter=convertPositionOrAuto
+offset-position runtime_flag=CSSOffsetPositionAnchor, interpolable, 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