Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Aug 7, 2023
1 parent 79401ec commit 22c0b6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/node/lf-interactivity-page-generator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async function createDotLottie() {
},
onClick: {
state: 'playState',
}
},
},
playState: {
statePlaybackSettings: {
Expand All @@ -130,11 +130,11 @@ async function createDotLottie() {
},
onEnter: {
count: 5,
state: 'successState'
state: 'successState',
},
onComplete: {
state: 'startState'
}
state: 'startState',
},
},
successState: {
animationId: 'confetti',
Expand All @@ -143,9 +143,9 @@ async function createDotLottie() {
loop: false,
},
onComplete: {
state: 'startState'
}
}
state: 'startState',
},
},
},
})
.addAnimation({
Expand Down

0 comments on commit 22c0b6e

Please sign in to comment.