Skip to content

Commit

Permalink
Merge pull request #157 from ooni/fix/dont-pause-animation
Browse files Browse the repository at this point in the history
Disable animation pause on click during onboarding
  • Loading branch information
sarathms authored Jun 29, 2020
2 parents 2c55f34 + 585901f commit de29cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renderer/components/onboard/QuizSteps.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ const Animation = ({ okay, onComplete }) => {
<Lottie
width={400}
height={270}
isClickToPauseDisabled={true}
options={{
loop: false,
autoplay: true,
Expand Down

0 comments on commit de29cd7

Please sign in to comment.