Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using Swipeview (http://cubiq.org/swipeview) to create a touch-enabled carousel working on an iPhone and Android. The basics works great.

My problem starts when i try to get it to show 25% of the next slide pr default. The idea is that the user can see 1/4 of the next slide/image, which should then make them slide the image to reveal the next slide/image. The first image then disapears, the second image becomes 100% vissible, aligned to the left, and the 3rd image is then vissible by 1/4. And so on.

I trid changing the div.style.cssText (in swipeview.js) to have a width of 75% instead of the default 100%. This works for the initial load, but when i scroll, the part of the 2nd image that was vissible on slide 1, is now hidden on slide 2.

I made a fiddle to demonstrate: http://jsfiddle.net/zeqjN/1/ (test it in Chrome and try dragging the image to the left)

Any ideas as to how i can modify Swipeview.js to fit my needs?

share|improve this question

1 Answer

Not sure if you got round to fixing this but im currently working on a small work around that gets the data-page-index of the next and previous slides and then clones them at either side of the current screen. In very early stages but might be what you were trying to do?

http://bettondesignwork.co.uk/tim/slide/gallery/

need to get the code to run on every swipe, but cant currently find the event handler!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.