我刚开始学习 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>