mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] NoticeBar webkitAnimationEnd (#402)
This commit is contained in:
parent
85ff4d0c13
commit
893393c6a6
@ -16,6 +16,7 @@
|
||||
:class="animationClass"
|
||||
:style="contentStyle"
|
||||
@animationend="onAnimationEnd"
|
||||
@webkitAnimationEnd="onAnimationEnd"
|
||||
>
|
||||
<slot>{{ text }}</slot>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user