diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-01-05 15:04:30 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-01-05 15:04:30 -0500 |
commit | 305dbf7f633cf028c78285125171b6284e51348e (patch) | |
tree | 63272806612b039524345f3a8f646484d2aad15e | |
parent | 042ab92fbfa06083534de08fa33e1daf98a8caec (diff) |
slower fireworks
-rw-r--r-- | themes/hugo-coder/layouts/_default/baseof.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html index f569146..414e3bf 100644 --- a/themes/hugo-coder/layouts/_default/baseof.html +++ b/themes/hugo-coder/layouts/_default/baseof.html | |||
@@ -194,8 +194,8 @@ | |||
194 | "max": 345 | 194 | "max": 345 |
195 | }, | 195 | }, |
196 | "delay": { | 196 | "delay": { |
197 | "min": 15, | 197 | "min": 45, |
198 | "max": 20 | 198 | "max": 60 |
199 | }, | 199 | }, |
200 | "rocketsPoint": 27, | 200 | "rocketsPoint": 27, |
201 | "opacity": 0.5, | 201 | "opacity": 0.5, |