We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7293725 commit a24763aCopy full SHA for a24763a
assets/javascripts/new-javascripts/hero.js
@@ -211,17 +211,13 @@ const heroAnimation = async (animContainer) => {
211
},
212
'start',
213
)
214
- let count = 0
215
// Purple swoop
216
tl.add(
217
heroSwoops[0].state,
218
{
219
progress: 1,
220
duration: 950 - 950 * offScreenDelta,
221
- onUpdate: () => {
222
- swoopUpdate(heroSwoops[0])
223
- if (count++ > 0) debugger
224
- },
+ onUpdate: () => swoopUpdate(heroSwoops[0]),
225
226
227
0 commit comments