Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve authored Jun 13, 2018
1 parent e82f00c commit c7928ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default class PercentageCircle extends React.PureComponent {
this.state.circleProgress.stopAnimation()
Animated.timing(this.state.circleProgress, {
toValue: 100,
duration: this.props.seconds * SEC_TO_MS,
duration: (this.props.seconds + 1) * SEC_TO_MS,
easing: Easing.linear,
}).start()
};
Expand Down

0 comments on commit c7928ee

Please sign in to comment.