@hortonstudio/main 1.1.20 → 1.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ let heroTimeout = null; // Track the setTimeout
24
24
 
25
25
  const config = {
26
26
  global: {
27
- animationDelay: 0.2
27
+ animationDelay: 0.3
28
28
  },
29
29
  headingSplit: {
30
30
  duration: 1.5,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hortonstudio/main",
3
- "version": "1.1.20",
3
+ "version": "1.1.22",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {