OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. | 2 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. |
3 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt | 3 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt |
4 The complete set of authors may be found at http://polymer.github.io/AUTHORS.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/CONTRI
BUTORS.txt | 5 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt |
6 Code distributed by Google as part of the polymer project is also | 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/PATEN
TS.txt | 7 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt |
8 --><html><head><link href="../../polymer/polymer.html" rel="import"> | 8 --><html><head><link href="../../polymer/polymer.html" rel="import"> |
9 <link href="../../core-style/core-style.html" rel="import"> | 9 <link href="../../core-style/core-style.html" rel="import"> |
10 <link href="../../core-transition/core-transition.html" rel="import"> | 10 <link href="../../core-transition/core-transition.html" rel="import"> |
(...skipping 30 matching lines...) Expand all Loading... |
41 @homepage github.io | 41 @homepage github.io |
42 --> | 42 --> |
43 <!-- | 43 <!-- |
44 Fired when the transition completes. | 44 Fired when the transition completes. |
45 | 45 |
46 @event core-transitionend | 46 @event core-transitionend |
47 --> | 47 --> |
48 </head><body><polymer-element name="core-transition-pages" extends="core-transit
ion" assetpath=""> | 48 </head><body><polymer-element name="core-transition-pages" extends="core-transit
ion" assetpath=""> |
49 | 49 |
50 </polymer-element> | 50 </polymer-element> |
51 <script src="core-transition-pages-extracted.js"></script></body></html> | 51 <script charset="utf-8" src="core-transition-pages-extracted.js"></script></body
></html> |
OLD | NEW |