0.0
No commit activity in last 3 years
No release in over 3 years
Super lightweight (~600 bytes) jQuery plugin to enable swipe gestures for Bootstrap 3 carousels on iOS and Android.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 5.0.4
 Project Readme

JqueryBcSwipe

This gem adds the super lightweight (~600 bytes) jQuery plugin to enable swipe gestures for Bootstrap 3 carousels on iOS and Android to Rails' asset pipeline.

Installation

Add this line to your application's Gemfile:

gem 'jquery_bc_swipe'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jquery_bc_swipe

Include jquery.bcSwipe (or jquery.bcSwipe.min) in your application.js manifest:

//= require jquery
//= require jquery_ujs
//= require jquery.bcSwipe

Usage

$('.carousel').bcSwipe({ threshold: 50 });

Adjusting threshold will determine how long a swipe must be to move to the next carousel slide. For more details see Bootstrap Carousel Swipe

Contributing

Feel free to report gem issues here. For library issues see Bootstrap Carousel Swipe.

License

The gem is available as open source under the terms of the MIT License.