be-fe / iSlider

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

直接跳到某张图片 #241

Closed james9527 closed 9 years ago

james9527 commented 9 years ago

项目大概是这样的,一堆图片列表(带些文字描述),要实现点击某张图片立即显示,我用的是islider.slideTo(index)。虽然可以实现,但会先显示第一张然后显示第index张,能不能实现立即显示?

xieyu33333 commented 9 years ago

目前不行,后续的新版本会支持

james9527 commented 9 years ago

好的,好期待~

xieyu33333 commented 9 years ago

如果我没理解错的话,你可以设置初始化时的index,目前可以通过在配置中设置 initIndex = 3 这样来解决