Who can tell how to make animation using fadeIn
and fadeOut
? That is, you need to display and hide in turn several images in a loop.
|
2 answers
I added the answer to the previous question related to this. Duplicate here will not.
|
To bypass a group of images, use .each()
. Well, in using .fadeIn()
and fadeOut()
too, there is no difficulty. Just need a little read and understand.
|