@hortonstudio/main 1.1.19 → 1.1.20
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.
- package/animations/hero.js +2 -2
- package/animations/text.js +3 -3
- package/package.json +1 -1
package/animations/hero.js
CHANGED
@@ -399,7 +399,7 @@ export async function init() {
|
|
399
399
|
ease: config.headingSplit.ease,
|
400
400
|
onComplete: () => {
|
401
401
|
if (split && split.revert) {
|
402
|
-
|
402
|
+
|
403
403
|
}
|
404
404
|
}
|
405
405
|
},
|
@@ -418,7 +418,7 @@ export async function init() {
|
|
418
418
|
ease: config.subheadingSplit.ease,
|
419
419
|
onComplete: () => {
|
420
420
|
if (split && split.revert) {
|
421
|
-
|
421
|
+
|
422
422
|
}
|
423
423
|
}
|
424
424
|
},
|
package/animations/text.js
CHANGED
@@ -107,7 +107,7 @@ const CharSplitAnimations = {
|
|
107
107
|
invalidateOnRefresh: true,
|
108
108
|
},
|
109
109
|
onComplete: () => {
|
110
|
-
|
110
|
+
|
111
111
|
}
|
112
112
|
});
|
113
113
|
|
@@ -157,7 +157,7 @@ const WordSplitAnimations = {
|
|
157
157
|
invalidateOnRefresh: true,
|
158
158
|
},
|
159
159
|
onComplete: () => {
|
160
|
-
|
160
|
+
|
161
161
|
}
|
162
162
|
});
|
163
163
|
|
@@ -207,7 +207,7 @@ const LineSplitAnimations = {
|
|
207
207
|
invalidateOnRefresh: true,
|
208
208
|
},
|
209
209
|
onComplete: () => {
|
210
|
-
|
210
|
+
|
211
211
|
}
|
212
212
|
});
|
213
213
|
|