forked from matiasngf/frontend-masters-course
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperiments.json
More file actions
46 lines (46 loc) · 776 Bytes
/
experiments.json
File metadata and controls
46 lines (46 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"url": "/1-gsap-basics",
"name": "1 Gsap Basics"
},
{
"url": "/2-css-version",
"name": "2 Css Version"
},
{
"url": "/3-timelines",
"name": "3 Timelines"
},
{
"url": "/4-scroll-trigger",
"name": "4 Scroll Trigger"
},
{
"url": "/5-follow-scroll",
"name": "5 Follow Scroll"
},
{
"url": "/6-variables",
"name": "6 Variables"
},
{
"url": "/7-custom-cursor",
"name": "7 Custom Cursor"
},
{
"url": "/8-image-sequence",
"name": "8 Image Sequence"
},
{
"url": "/9-reduced-motion",
"name": "9 Reduced Motion"
},
{
"url": "/10-device-profiling",
"name": "10 Device Profiling"
},
{
"url": "/11-animating-3d-scenes",
"name": "11 Animating 3d Scenes"
}
]