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

Side by Side Diff: third_party/polymer/components-chromium/core-animated-pages/metadata.html

Issue 592593002: Inline scripts were extracted from Polymer elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/echo ""/echo/ Created 6 years, 2 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 unified diff | Download patch
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698