If the value is FALSE, each swipe can only move to the adjacent snap points.
SwipeTracker.allowLongSwipes
bool allowLongSwipes() @propertyGet allowLongSwipes property.
Returns
Whether to allow swiping for more than one snap point at a time.
void allowLongSwipes(bool propval) @propertySet allowLongSwipes property.
Parameters
propval | Whether to allow swiping for more than one snap point at a time. If the value is FALSE, each swipe can only move to the adjacent snap points. |