2 Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
3 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5 The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6 Code distributed by Google as part of the polymer project is also
7 subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8 --><html><head><link rel=
"import" href=
"../polymer/polymer.html">
9 <link rel=
"import" href=
"../iron-resizable-behavior/iron-resizable-behavior.html">
10 <link rel=
"import" href=
"../iron-selector/iron-selectable.html">
11 <link rel=
"import" href=
"neon-animation-runner-behavior.html">
12 <link rel=
"import" href=
"animations/opaque-animation.html">
15 `neon-animated-pages` manages a set of pages and runs an animation when switching between them. Its
16 children pages should implement `Polymer.NeonAnimatableBehavior` and define `entry` and `exit`
17 animations to be run when switching to or switching out of the page.
20 @element neon-animated-pages
24 </head><body><dom-module id=
"neon-animated-pages">
33 :host
> ::content
> * {
42 :host
> ::content
> :not(.iron-selected):not(.neon-animating) {
43 display: none !important;
46 :host
> ::content
> .neon-animating {
53 <content id=
"content"></content>
58 <script src=
"neon-animated-pages-extracted.js"></script></body></html>