The message layer (lyr3) display style is "none" when it's created, which is why the show() method has to be called on it. If changing show() to fadeIn() works there, you should be able to modify the overlay layer (lyr2) as well by setting it's initial display style to "none" (around line 146) and then calling fadeIn() just above where you fade in the message layer. let me know if this works!
JR On Oct 21, 5:24 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > The page will still be blocked because the "show" calls around line > 200 are for the message layer. The overlay is a different layer and > does not have any fadeIn facilities built into the plugin at this > time. So if you change those two show calls to fadeIn, you should see > a fade for your message, but the overlay will display immediately. At > least that's what I expect would happen. > > Mike > > On Oct 21, 12:47 pm, "chris thatcher" <[EMAIL PROTECTED]> > wrote: > > > Shouldn't the effect still block immediately though the opacity is being > > modified as an animation? > > > On Tue, Oct 21, 2008 at 12:22 PM, MorningZ <[EMAIL PROTECTED]> wrote: > > > > Around line 199 in the js file is where the block layers "show"... > > > play around with those options and you should be able to get the > > > effect you are after > > > > although i will note that your idea doesn't make much sense, as you'll > > > be giving your end user that much time to be able to click something > > > else.. rendering the functionality of the block useless > > > > On Oct 21, 10:52 am, Kilik <[EMAIL PROTECTED]> wrote: > > > > Is there a way to get the 'Modal Dialog' feature of this plugin to > > > > fade in? It already fade outs by default when the dialog is canceled. > > > > > -Thx > > > -- > > Christopher Thatcher