Swiping toggles between an active/inactive state.

The WhileSwipeActive trigger will be active while its source SwipeGesture has Type="Active" and has been swiped to its active state.

We can alter the state of an Active-type SwipeGesture using SetSwipeActive and/or ToggleSwipeActive.

Location

Namespace
Fuse.Gestures
Package
Fuse.Gestures 2.9.1

Returns

SwipeType

Possible Values

Simple

Swipes are completed when the pointer is released after the user has swiped over the entire distance of the SwipeGesture.

Active

Swiping toggles between an active/inactive state.

Auto

Swipes are completed when the user has swiped over the entire distance of the SwipeGesture, and further swipes can be initiated without releasing the pointer.