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

transition not working on wechat browser with android #351

Closed yanjun98 closed 8 years ago

yanjun98 commented 8 years ago

在安卓微信浏览器里没有过渡了,其他浏览器是好的。

yanjun98 commented 8 years ago

试了下在CSS里.islider-outer > li加上transition就可以了。

shinate commented 8 years ago

目前的translation带有webkit前缀,没有做兼容处理,不知道安卓的wechat用的什么内核...... 后面会加上的。

shinate commented 8 years ago

已做兼容处理 2.1.5修复