| Index: chrome/browser/resources/settings/settings_page/settings_animated_pages.html
|
| diff --git a/chrome/browser/resources/settings/settings_page/settings_animated_pages.html b/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
|
| index 1756933c478c03dc575893cca8cf2930a8028e17..3915e8e6289a90bb4e73283f79c8623529ace7e3 100644
|
| --- a/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
|
| +++ b/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
|
| @@ -1,18 +1,22 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animation-runner-behavior.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animated-pages.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animations/fade-in-animation.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animations/fade-out-animation.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animations/slide-from-left-animation.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animations/slide-from-right-animation.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animations/slide-left-animation.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animations/slide-right-animation.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animatable.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animated-pages.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animation-runner-behavior.html">
|
|
|
| <dom-module id="cr-settings-animated-pages">
|
| <link rel="import" type="css" href="settings_animated_pages.css">
|
| <template>
|
| <neon-animated-pages id="animatedPages" attr-for-selected="id"
|
| - selected="{{selectedPage}}" entry-animation="[[entryAnimation]]"
|
| - exit-animation="[[exitAnimation]]">
|
| + selected="main">
|
| <content select="*"></content>
|
| </neon-animated-pages>
|
| </template>
|
| - <script src="settings_animations.js"></script>
|
| <script src="settings_animated_pages.js"></script>
|
| </dom-module>
|
|
|