We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2635c01 commit c806c5cCopy full SHA for c806c5c
docs/samples/speed.md
@@ -1,9 +1,17 @@
1
# Speed samples
2
3
-The `speed` option must be one of `slow`, `normal` or `fast`.
+The `speed` option must be one of `auto`, `slow`, `normal` or `fast`.
4
5
Here are some `speed` samples:
6
7
+### speed=auto
8
+
9
+The `auto` option set the snake speed based on the number of contribution dots, here is the rules:
10
11
+- If you have less than 1/3 of the grid, the speed will be [slow](#speedslow)
12
+- If you have more than 1/3 but less than 2/3 of the grid, the speed will be [normal](#speednormal)
13
+- If you have more than 2/3 of the grid, the speed will be [fast](#speedfast)
14
15
### speed=slow
16
17
<picture>
0 commit comments