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