SwipeTracker.allowLongSwipes

bool allowLongSwipes() @property

Get allowLongSwipes property.

Returns

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.

void allowLongSwipes(bool propval) @property

Set allowLongSwipes property.

Parameters

propvalWhether 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.