toastr.options 中的“超时”是啥意思
Posted
技术标签:
【中文标题】toastr.options 中的“超时”是啥意思【英文标题】:What is meant by "timeout" in toastr.optionstoastr.options 中的“超时”是什么意思 【发布时间】:2015-06-07 12:54:33 【问题描述】:我在网上搜索了很多,但在toastr.options
中找不到timeOut
和extendedTimeOut
的描述
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 中的“超时”是啥意思的主要内容,如果未能解决你的问题,请参考以下文章