1
I have 3 imagens in a ul.
One imagem for li. Therefore, 3 li's.
They’re all with display:none. Except the first.
With jQuery, I click on a botão with numeração and the imagens appear (display: block) as I press the button that pushes the id of imagem x, while the others are receiving display: none.
Is there any evento to implement a efeito at the time when the imagem receive the display: block?
Native, no, but you can issue a custom event in your code when you change the value of
style.displayin Javascript. You can post your code?– Woss
What type of effect, type fadein and fadeout?
– sNniffer
Can use fadein.
– Sam
Full code on one page: http://hotplateprensas.com.br/stilos/slide.php
– Carlos Rocha