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

Unified Diff: sky/engine/build/scripts/css_properties.py

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | sky/engine/build/scripts/make_css_property_metadata.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/build/scripts/css_properties.py
diff --git a/sky/engine/build/scripts/css_properties.py b/sky/engine/build/scripts/css_properties.py
index 27ac3280f732bac7c601390383e7bdffaa774024..e33a6a1eb255d3c9c1a1d63d5e5ad4267c59f906 100755
--- a/sky/engine/build/scripts/css_properties.py
+++ b/sky/engine/build/scripts/css_properties.py
@@ -12,7 +12,6 @@ class CSSProperties(in_generator.Writer):
'alias_for': None,
'runtime_flag': None,
'longhands': '',
- 'animatable': False,
'inherited': False,
'font': False,
'svg': False,
@@ -32,7 +31,6 @@ class CSSProperties(in_generator.Writer):
}
valid_values = {
- 'animatable': (True, False),
'inherited': (True, False),
'font': (True, False),
'svg': (True, False),
« no previous file with comments | « no previous file | sky/engine/build/scripts/make_css_property_metadata.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698