I am working on a web app. This web app has 4 tabs. When the user clicks a tab, I want the content to slide in similar to this site: http://carrotcreative.com.
Is there a recommended jQuery plugin to provide this functionality? I can’t seem to find a good one.
you can do this using simple jquery code. You need put all pages in 2 divs one you will move using animate and the outer one will be used as mask so you will not have scrollbars
and then using animate
this should work but I didn’t test it.