forked from fuse-open/fuse-samples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdescription.yaml
18 lines (18 loc) · 857 Bytes
/
description.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: List items with swipe gestures
desc: This example displays a list of items that each lets the user swipe left or right to reveal actions that can be performed on the item.
api:
-
class: Fuse.Gestures.SwipeGesture
desc: Lets the user swipe in a direction to reveal hidden buttons.
-
class: Fuse.Gestures.WhileSwipeActive
desc: Shows an image overlay while the state of the SwipeGesture is set to active.
-
class: Fuse.Gestures.SwipingAnimation
desc: Moves the list item while swiping so that the hidden buttons are revealed.
-
class: Fuse.Gestures.Swiped
desc: Changes the fill color when the swipe gesture has been activated.
-
class: Fuse.Gestures.ToggleSwipeActive
desc: Toggles the active state of the swipe back to false when a button is clicked.