Countdown.js — super simple countdowns.(gumroad.github.io)
gumroad.github.io
Countdown.js — super simple countdowns.
http://gumroad.github.io/countdown.js/
5 comments
[deleted]
This UI would leave me wondering if the deletion is going to go through if I close the page to do something else prior to the countdown completion.
maybe transitioning this to something more like "Are you sure? 3..2..1...", or implementing a counter in the backend as well, would be good ideas.
It's interesting but how does it handle the case where the user navigates away before the counter hits 0?
This can be useful for more trivial actions, the consequences of which would be pretty minor for the user.
On the other hand for irreversible actions, as the authors put it (and ones more drastic than those mentioned here), a dialog, modal or otherwise, is perfectly warranted.
One more click hardly makes any difference in time, and it brings up a brief little moment for reconsideration in case the user doesn't immediately realize they're doing something potentially unwanted.
On the other hand for irreversible actions, as the authors put it (and ones more drastic than those mentioned here), a dialog, modal or otherwise, is perfectly warranted.
One more click hardly makes any difference in time, and it brings up a brief little moment for reconsideration in case the user doesn't immediately realize they're doing something potentially unwanted.
Instead of forcing the user to wait for the end of the countdown, you can use an "undo" button. Instead of actually undoing the operation, they would just be preventing it from happening in the first place.