Hello, I'm trying to create a dialog slide in from the right (versus default left). I searched the group and found this discussion:
http://groups.google.com/group/jquery-ui/browse_thread/thread/67850232a88c54c4/2c26a71d384600c9?hl=en&lnk=gst&q=dialog+slide+animation#2c26a71d384600c9 The solution isn't working for me. This works: $('#dialog').dialog( { show: 'slide' }); This doesn't work: $('#dialog').dialog( { show: { effect: 'slide' } } ); I haven't gotten to the point of adding options yet (the direction option). Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
