Skip to content

Instantly share code, notes, and snippets.

@levymetal
Last active November 1, 2022 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save levymetal/2d9c4df8f141572f51fc to your computer and use it in GitHub Desktop.
Save levymetal/2d9c4df8f141572f51fc to your computer and use it in GitHub Desktop.
How to toggle flickity.draggable by using feature detection. Full post here: http://christianvarga.com/how-to-disable-flickity-draggable-on-non-touch-devices-without-disabling-touch-swipe-events
$('.flickity-slider').flickity({
draggable: Modernizr.touchevents
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment