Last active
November 1, 2022 02:47
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.flickity-slider').flickity({ | |
draggable: Modernizr.touchevents | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment