From ea45c77d9dd47979e3e077f13fef8b9ef6004744 Mon Sep 17 00:00:00 2001 From: qiang Date: Thu, 29 Aug 2019 12:22:55 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20swiper=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/swiper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/swiper.md b/docs/component/swiper.md index ba302cf6..2c21346f 100644 --- a/docs/component/swiper.md +++ b/docs/component/swiper.md @@ -29,7 +29,7 @@ |easing-function|String|default|指定 swiper 切换缓动动画类型,有效值:default、linear、easeInCubic、easeOutCubic、easeInOutCubic|微信小程序| |@change|EventHandle||current 改变时会触发 change 事件,event.detail = {current: current, source: source}|| |@transition|EventHandle||swiper-item 的位置发生改变时会触发 transition 事件,event.detail = {dx: dx, dy: dy}|微信小程序、5+App、支付宝小程序、头条小程序、QQ小程序| -|@animationfinish|EventHandle||动画结束时会触发 animationfinish 事件,event.detail 同上|头条小程序不支持| +|@animationfinish|EventHandle||动画结束时会触发 animationfinish 事件,event.detail = {current: current, source: source}|头条小程序不支持| change 事件返回 detail 中包含一个 source 字段,表示导致变更的原因,可能值如下: -- GitLab