鉄のページを置き換えるだけです:
<iron-pages selected="[[page]]" attr-for-selected="name">
<my-view1 name="view1"></my-view1>
<my-view2 name="view2"></my-view2>
</iron-pages>
ネオンアニメーションのページを使用して、入口と出口のアニメーションを選択します。
<neon-animated-pages selected="[[page]]" attr-for-selected="name" fallback-selection="404" entry-animation="slide-from-bottom-animation" exit-animation="fade-out-animation">
<my-view1 name="view1"></my-view1>
<my-view2 name="view2"></my-view2>
</neon-animated-pages>
でネオンアニメーションをインストールするbower install --save PolymerElements/neon-animation
次の要素を含めます。
<link rel="import" href="../bower_components/neon-animation/neon-animated-pages.html">
<link rel="import" href="../bower_components/neon-animation/animations/slide-from-bottom-animation.html">
<link rel="import" href="../bower_components/neon-animation/animations/fade-out-animation.html">
そして、あなたは行ってもいいです。