I am using the plugin jqModal which I have working just fine, however I want to make my jqModal dialog/overlay box fadeIn when called. I find it a bit "in your face" when I click to show it as it appears very quickly I don't want to put users off.
Is there anyway I can apply a fadeIn of some sort to my code? This is what I am using to activate the jqModal. Thanks in advance!
$('#popup').jqm({ajax: 'news', trigger: '.trigger'});
It seems that jqModal does not support animation effects. The plugin is very loosely written. Therefore, I would suggest that you migrate to a different plugin.
As a suggestion, try this.
(Note: I would put this in comments, as it isn't really an answer - but I can't. Getting there...)