Reply To: Slider on Ipad wont let me view pictures it just automatically goes to the post.

#10796
gavintfn
Participant

that part of the code is in kwicks.js… might be a little tough, but what kwicks is doing is animating the position of the div. try adding

-webkit-transition: left .3s, margin .3s;
-moz-transition: left .3s, margin .3s;
-o-transition: left .3s, margin .3s;
transition: left .3s, margin .3s;

to .slide .active in the css… Cant say its gonna work, but i will mess with it later and find the correct way.