Horizontal swipe slider with jQuery and touch devices support?

前端 未结 15 2266
野趣味
野趣味 2020-12-22 19:04

I need to make a product slider like this ( see red area ) swipe slider with momentum.

It should work on Desktop, iPad and Mobile browser. Do you know any jquery/jq

15条回答
  •  独厮守ぢ
    2020-12-22 20:08

    With my experiance the best open source option will be UIKIT with its uikit slider component. and it is very easy to implement for example in your case you could do something like this.

      // width of the elements
    • ...
    • //slide elements ...

提交回复
热议问题