toastr.options 中的“超时”是啥意思

Posted

技术标签:

【中文标题】toastr.options 中的“超时”是啥意思【英文标题】:What is meant by "timeout" in toastr.optionstoastr.options 中的“超时”是什么意思 【发布时间】:2015-06-07 12:54:33 【问题描述】:

我在网上搜索了很多,但在toastr.options中找不到timeOutextendedTimeOut的描述

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】:

在没有用户交互的情况下,toast 将显示多长时间

toastr.options.timeOut = 30; 

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

toastr.options.extendedTimeOut = 60; 

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

【讨论】:

以上是关于toastr.options 中的“超时”是啥意思的主要内容,如果未能解决你的问题,请参考以下文章

网络请求超时是啥意思?

Java:连接请求超时是啥意思?超时就不再请求了?

“尝试获取功能数据时超时”是啥意思来自 iOS 应用程序?

Toastr js添加批准/拒绝按钮

使 toastr 警报看起来像引导警报

dubbo consumer timeout是啥意思