trentrichardson / jQuery-Impromptu

An extention to help provide a more pleasant way to spontaneously prompt a user for input.
http://trentrichardson.com/Impromptu/
MIT License
327 stars 144 forks source link

Option to use no effects? #36

Closed Ionian316 closed 10 years ago

Ionian316 commented 10 years ago

Thanks for a great plugin. I would like to display the prompt as fast as possible. I see that you are using slideUp() and slideDown() when displaying the prompt. Can you create an option for using no transition effects? Thanks.

Ionian316 commented 10 years ago

Nevermind. I was able to set overlayspeed and promptspeed to 0. That worked.