Coder Social home page Coder Social logo

Comments (6)

jondlm avatar jondlm commented on September 26, 2024

I have a need for something like that too. I don't think it's a trivial change, though. Probably not worth the effort.

from swipeshow.

ikender avatar ikender commented on September 26, 2024

Unfortunately if I cant get that resolved my client will require I change to a different slideshow that does

from swipeshow.

rstacruz avatar rstacruz commented on September 26, 2024

@jondlm is correct — this is a pretty huge change. You may also consider swipejs.com.

from swipeshow.

jondlm avatar jondlm commented on September 26, 2024

Thanks for the recommendation. Actually, I too now have a client who is demanding the same feature :( I have a hard time believing people can be so picky about a carousel. Regardless, I love the library @rstacruz, I've used it a couple times now and think you did you great job!

from swipeshow.

ikender avatar ikender commented on September 26, 2024

I converted to the Bootstrap carousel for this specific client, and they are happy.. its not a touch sensitive carousel, but it works for their needs and transitions smoothly

leaving open because I would still like to see if the feature could be added

maybe a "display none" on non visible slides, and "display block" on the active / next to be active slides so the transitional slides aren't seen, just the 2 transitioning at that time

from swipeshow.

rstacruz avatar rstacruz commented on September 26, 2024

This can be done by "rearranging" slides when the slideshow is inactive. That is, for a slideshow with 10 slides, and you're on slide 9, rearrange it from [1,2,3,4,5,6,7,8,9,10] to [4,5,6,7,8,9,10,1,2,3] to keep the slide 9 in the center.

This isn't implemented yet, of course...

from swipeshow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.