Is there a way to show an animation when showing the jQuery modal window? When a user clicks on a button, I would like the modal window to do slowly emerge out of the button.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is a working example of adding some animation capabilities to the jquery ui dialog.
This isn’t exactly a flyout, but if you started this with a an absolute position and smaller size at the window
offsetof the button that was clicked and then animated it to it’s initial state, you could recreate the effect that you want.Otherwise I might suggest using a plugin that does this natively.
http://fancybox.net/ does this for instance.