OLD | NEW |
| (Empty) |
1 <x-meta id="core-animated-pages" label="Animated Pages" group="Core" isContainer
> | |
2 <!-- | |
3 TODO(sorvell): | |
4 - can't transition without contents; must document or fix. | |
5 - transitions syntax awkward: should be space separated | |
6 - hero-transition should be renamed `hero` | |
7 - hero and cross-fade-all should be always enabled. | |
8 --> | |
9 <template> | |
10 <core-animated-pages style="width:420px;height:582px;overflow:hidden;backgro
und-color:#eee;"> | |
11 <section layout horizontal center center-justified> | |
12 </section> | |
13 <section> | |
14 </section> | |
15 <section> | |
16 </section> | |
17 </core-animated-pages> | |
18 </template> | |
19 | |
20 <template id="imports"> | |
21 <link rel="import" href="core-animated-pages.html"> | |
22 <link rel="import" href="transitions/hero-transition.html"> | |
23 <link rel="import" href="transitions/cross-fade.html"> | |
24 <link rel="import" href="transitions/slide-down.html"> | |
25 <link rel="import" href="transitions/slide-up.html"> | |
26 <link rel="import" href="transitions/tile-cascade.html"> | |
27 </template> | |
28 | |
29 </x-meta> | |
OLD | NEW |