Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Sliding Website Re: Sliding Website

#66767
Locke
Participant

Just thinking about the resolution issue that @AshtonSanders kindly make me notice……

How can I make a full opacity in the instance that I’m not watching. I mean , when I click in the arrow the instance disappear with opacity 0 and fade out effect but when I return to that instance it came with opacity 100 and fade in effect.

I don’t know if I explain my self well , ‘cos my English sukz… but

I’m trying , and well I’m not that expert in jquery …

so I use

Code:
onAfter: function () {
$(‘#window1’).animate({
opacity: 0
}

but I don’t know how to do it with all id windows and also how to make a return to fade in the content…

Does this is possible or I’m just dreaming in the impossible….?

:D

thanks!