-
-
Notifications
You must be signed in to change notification settings - Fork 151
Expand file tree
/
Copy pathdescription.yaml
More file actions
22 lines (21 loc) · 841 Bytes
/
description.yaml
File metadata and controls
22 lines (21 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: Scroll swipe to reveal header
desc: Creates a swipe-to-reveal header in a ScrollView.
api:
-
class: Fuse.Gestures.SwipeGesture
desc: Reveals a header when the user swipes down in a ScrollView.
-
class: Fuse.Gestures.SwipingAnimation
desc: Reveals a header when the user swipes down in a ScrollView.
-
class: Fuse.Triggers.ScrollingAnimation
desc: Reveals a header at the top the ScrollView, or when swiping down.
-
class: Fuse.Translation
desc: Combines a `ScrollingAnimation` and `SwipingAnimation` to reveal a top header.
-
expression: max
desc: Combines a `ScrollingAnimation` and `SwipingAnimation` to reveal a top header.
-
expression: height
desc: Reserves space in a `ScrollView` for a header panel.