malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

Message displayed for some time before fading #28

Closed tyron closed 12 years ago

tyron commented 12 years ago

Added minTimeout option, to allow selecting the minimum amount of time that a message will be displayed before fading out.

If any "unblock" request is made after this timeout, it will be triggered immediately. If it's called before the timeout, it will be retained until this time is reached (and then triggered automatically).