-
-
Notifications
You must be signed in to change notification settings - Fork 151
Expand file tree
/
Copy pathdescription.yaml
More file actions
18 lines (18 loc) · 786 Bytes
/
description.yaml
File metadata and controls
18 lines (18 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: A file browser
desc: This example uses the FileSystem JavaScript API to browser the local file system using the Router and Navigator.
api:
-
class: Fuse.FileSystem.FileSystemModule
desc: Is used to query the file system for information.
-
class: Fuse.Controls.Navigator
desc: Is used to navigate between the various folders of the file system.
-
class: Fuse.Navigation.Router
desc: Is used to manage the navigation history through the file system.
-
class: Fuse.Navigation.EnteringAnimation
desc: Animates the opacity of the directory page background as it enters.
-
class: Fuse.Navigation.ExitingAnimation
desc: Animates the opacity of the directory page background as it exits.