Starting Jquery Fadetoggle Hidden
I want to use fadeToggle to fade in and out some images automatically. It's working, but all the images start 'faded in', and I would like them to start invisible, so that they app
Solution 1:
Did you try by hiding images using CSS? Try display:none
and if required you can call animation after show()
.
Post a Comment for "Starting Jquery Fadetoggle Hidden"