Animate a link with jQuery
I've a question, is it possible to anima开发者_开发技巧te a link (or a page change) with jQuery. I think at something like, that someone clicks on the link and the page slides to the left side an the other one comes from the right side. Is that possible ?
Github uses something like that but I don't know how.
I hope that you understand my question, if not - ask me.
No.
Instead, you can load the content into the current page using AJAX, and animate it in.
精彩评论