Skip to content

Instantly share code, notes, and snippets.

@michaeljohnson
Last active January 17, 2022 05:09
Show Gist options
  • Save michaeljohnson/4674932 to your computer and use it in GitHub Desktop.
Save michaeljohnson/4674932 to your computer and use it in GitHub Desktop.
Extend Carousel from Twitter Bootstrap (bootstrap-carousel.js) with js fallback for browsers without css3 transition support. See @barryvdh https://github.com/Barryvdh/bootstrap/commit/8b294f0c0184eb7111ef6da6046d4d1f33ea7ba3
@Davidhidalgo
Copy link

You need to change ... .animate({ left: '0%' } , 600 .... on line 44 for work it correctly on IE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment