[bugfix] NoticeBar webkitAnimationEnd (#402)

This commit is contained in:
neverland
2017-12-10 10:17:45 +08:00
committed by GitHub
parent 85ff4d0c13
commit 893393c6a6

View File

@@ -16,6 +16,7 @@
:class="animationClass"
:style="contentStyle"
@animationend="onAnimationEnd"
@webkitAnimationEnd="onAnimationEnd"
>
<slot>{{ text }}</slot>
</div>