be-fe / iSlider

Smooth mobile touch slider for Mobile WebApp, HTML5 App, Hybrid App
http://be-fe.github.io/iSlider/
MIT License
1.66k stars 448 forks source link

没有一张slide加载完成的事件 #428

Closed weituotian closed 6 years ago

weituotian commented 6 years ago

注意是一个slide完全!切换完成之后触发的事件

不要跟我说onslidechange, 确定是完全切换完成后的事件,确定第一张slide会调用?

shinate commented 6 years ago

onslidechanged 切换动画播放完成 onsliderestored 回弹完成

连续滑动时,如果有设置动画,会不停的触发onslidechange 但是不会触发 onslidechanged,直到某一帧的动画完全结束

shinate commented 6 years ago

https://github.com/be-fe/iSlider#slidechanged

weituotian commented 6 years ago

@shinate 可以的,谢谢你的解答