react-toastr icon indicating copy to clipboard operation
react-toastr copied to clipboard

Lack of documentation for `extendedTimeOut` parameter

Open ramusus opened this issue 8 years ago • 2 comments

Actually what difference between extendedTimeOut and timeOut ?

ramusus avatar Apr 11 '17 15:04 ramusus

Any update on this. I wanted to know also.

ricxsar avatar Aug 17 '17 03:08 ricxsar

timeOut sets the time interval after which the toast message should automatically close if it isn't interacted with / hovered on. extendedTimeOut sets the time interval after which the toast message should automatically close after being hovered on. extendedTimeOut is applied on hover exit.

whns avatar Sep 01 '17 01:09 whns