4

インターネットでいろいろ検索しましたが、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)
}
4

1 に答える 1

4

ユーザーの操作なしでトーストが表示される時間

toastr.options.timeOut = 30; 

ユーザーがトーストの上にカーソルを置いた後、トーストが表示される時間

toastr.options.extendedTimeOut = 60; 

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

于 2015-04-08T08:05:28.917 に答える