Polymer の学習を始めたばかりで、紙のダイアログに入口と出口のアニメーションを配置しようとしています。入口のアニメーションは完璧に機能しているように見えますが、出口のアニメーションはそうではありません。jQuery を手動でコーディングすることで回避策を講じていますが、ペーパー ダイアログの組み込み機能を使用したいと考えています。
ありがとう。
<paper-dialog id="dialog" entry-animation="slide-from-top-animation" exit-animation="fade-out-animation" class="dialogstyle" no-cancel-on-outside-click no-cancel-on-esc-key>
<div class="buttons">
<paper-button id="closebutton" dialog-dismiss autofocus><i class="fa fa-times" aria-hidden="true"></i></paper-button>
</div>
<strong>content here</strong>
</paper-dialog>