You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `reverse` that is boolean defaulting to false. It used to uinstall something if `reverse` is true, and the count of `total` is from high to low until complete.
Closesvisionmedia#158
Currently a countdown look like this:
'reconnect in :current/:total seconds', { total: 5 }
Natural it should like be this:
'reconnect in :current seconds', { total: 5, reverse: true }
and count down 5, 4, ,3, 2, 1 until completed
The same could be possible for progress bars, e.g. when you uninstalling something
The text was updated successfully, but these errors were encountered: