Skip to content

Commit

Permalink
Merge fa98277 into d26d2ca
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Frachet committed Oct 10, 2018
2 parents d26d2ca + fa98277 commit 05bda9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/animation/shine.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ const Shine = ({ children }) => {
toValue: END_VALUE,
duration: DURATION,
}),
]).start(() => {
start();
});
]).start(e => e.finished && start());
}

start();
Expand Down

0 comments on commit 05bda9b

Please sign in to comment.