I’ve got a big page with a bunch of divs all the same size, all uniquely ID’ed. Originally, I was using the jQuery ScrollTo/LocalScroll to move between the different anchors, but the client wants a more subtle transition, like a fade in/fade out. Is such a thing possible with jQuery?
Simplified code of my page is below at jsFiddle.net:
http://jsfiddle.net/Keefer/PWzf2/6/
Click the bottom right hand link to popup the navigation. Basically, I want to transition between the different divs with some sort of fading. Is that possible with .animate or some jQuery plugin?
There is the .fadeIn and .fadeOut commands, does this fit your requirements?