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

animateType: 'flow',在ios设备上显示不正常 #369

Open zhoukekestar opened 8 years ago

zhoukekestar commented 8 years ago

13245808339395975 原以为在父窗口加-webkit-perspective:xxx就行了,但还是没效果。。。 也试过在li.islider-node.islider-next等节点上直接添加css兼容样式,也没效果。。。

shinate commented 8 years ago

http://be-fe.github.io/iSlider/demo/animation.html 在这里看下flow的效果

zhoukekestar commented 8 years ago

213051827612874633还是不行。。。

shinate commented 8 years ago

是无法填满的问题?

zhoukekestar commented 8 years ago

flow的正常效果,在pc端上,中间是放大的,旁边的是有倾斜角度的。 qq 20160503125038

shinate commented 8 years ago

浏览器的版本,可能是景深属性的支持问题

zhoukekestar commented 8 years ago

这个,我都试过了,perspective属性,应该是支持的。而且,ios&android都不行。perspective属性测试demo:http://www.w3school.com.cn/tiy/t.asp?f=css3_perspective1