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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_animations.js

Issue 1290583002: Settings: Implement sub-subpages, and clean up some animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/browser/resources/settings/settings_page/settings_animations.js
diff --git a/chrome/browser/resources/settings/settings_page/settings_animations.js b/chrome/browser/resources/settings/settings_page/settings_animations.js
index 2c08c0ac55024947bbcfa21f45edf485754887be..aff26ee1be04c970a79999da1c9a4a662debd3e2 100644
--- a/chrome/browser/resources/settings/settings_page/settings_animations.js
+++ b/chrome/browser/resources/settings/settings_page/settings_animations.js
@@ -8,7 +8,7 @@
* 'settings-animated-pages'.
*/
Polymer({
- is: 'next-page-enter-animation',
+ is: 'settings-fade-in-animation',
behaviors: [
Polymer.NeonAnimationBehavior
@@ -30,7 +30,7 @@ Polymer({
});
Polymer({
- is: 'next-page-exit-animation',
+ is: 'settings-fade-out-animation',
behaviors: [
Polymer.NeonAnimationBehavior

Powered by Google App Engine
This is Rietveld 408576698