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