Skip to content

Commit c9ebf8a

Browse files
author
Les Moffat
committed
chore(demo): revert demo to show config options
1 parent 917b793 commit c9ebf8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

demos/07-spacebox.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
},
6161
halo: {
6262
scale: 1,
63-
// stops: [
64-
// [0.0, "transparent"],
65-
// [0.2, "skyblue"],
66-
// [0.3, "transparent"]
67-
// ],
63+
stops: [
64+
[0.0, "transparent"],
65+
[0.2, "skyblue"],
66+
[0.3, "transparent"]
67+
],
6868
}
6969
});
7070

0 commit comments

Comments
 (0)