From 893393c6a63bdffc6f9c99f0d2a8121f56178852 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 10 Dec 2017 10:17:45 +0800 Subject: [PATCH] [bugfix] NoticeBar webkitAnimationEnd (#402) --- packages/notice-bar/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/notice-bar/index.vue b/packages/notice-bar/index.vue index 06fd40083..a6b65f6a1 100644 --- a/packages/notice-bar/index.vue +++ b/packages/notice-bar/index.vue @@ -16,6 +16,7 @@ :class="animationClass" :style="contentStyle" @animationend="onAnimationEnd" + @webkitAnimationEnd="onAnimationEnd" > {{ text }}