[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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