fengyuanchen / vue-countdown

Countdown component for Vue.js.
https://fengyuanchen.github.io/vue-countdown/
MIT License
681 stars 89 forks source link

Is it possible to make the `handleVisibilityChange` listener as prop option ? #77

Closed jinevo closed 2 years ago

jinevo commented 2 years ago

When the countdown is paused, it continues when coming back to the page since it triggers the handleVisibilityChange callback which continues the countdown under the hood.

Is it possible to make this behavior as optional ?

fengyuanchen commented 2 years ago

Why?