什么是"超时"在toastr.options

时间:2015-04-02 14:14:19

标签: toastr

我在互联网上搜索了很多但我在timeOut

中找不到extendedTimeOuttoastr.options的说明
toastr.option = {
showDuration : its the time the toastr is visible. 
timeOut : ??  (I need help here from you guys)
extendedTimeOut : ?? (I need help here from you guys)
}

1 个答案:

答案 0 :(得分:2)

没有用户互动,烤面包会显示多长时间

toastr.options.timeOut = 30; 

用户将鼠标悬停在其上后将显示多长时间

toastr.options.extendedTimeOut = 60; 

https://github.com/CodeSeven/toastr#timeouts