开发者

Page transition slide effect with jQuery

开发者 https://www.devze.com 2023-02-16 20:40 出处:网络
I have a web site and I want to 开发者_如何学JAVAadd a sliding effect when changing a page. So for example when I am in index.php and click the button ENTER I want the page enter.php to open as a laye

I have a web site and I want to 开发者_如何学JAVAadd a sliding effect when changing a page. So for example when I am in index.php and click the button ENTER I want the page enter.php to open as a layer above index.php with a transparency. I want also the page enter.php to open as a slider for the left side and not as a pop up.

I found this pluggin http://buildinternet.com/project/supersized/ which has a Slide transition but it is basically for images and I don't know if I can add a whole php page as content. Does anyone know a good jQuery plugin or an idea that could help me?

Thanks a lot in advance.


If you knew jQuery you could build it up for yourself easily, with jQuery Ajax methods, and a simply fadeeffect. The same for the left part of your page, but with slideUp/slideDown effect. http://api.jquery.com/category/ajax/

0

精彩评论

暂无评论...
验证码 换一张
取 消