简体   繁体   English

如何将网页之间的过渡融合在一起,给人以访客从未离开过页面的错觉?

[英]How to blend transition between web pages to give the illusion that the visitor has never left the page?

我当时只是在想,如果有一些技巧可以使它看起来像用户单击新页面(例如在整个站点上相同的主菜单栏上)一样,并且可以进行无缝过渡,那将很酷。给人一种错觉,那就是数据发生了变化,但是它们并没有消失,即使它们确实位于全新的网页上了。

The proper way to do that these days is to not load an entirely new web page (if that kind of experience is your goal). 目前,这样做的正确方法是不加载全新的网页(如果您的目标是这种体验)。

The easiest way to do so is jquery.load: http://api.jquery.com/load/ 最简单的方法是jquery.load: http ://api.jquery.com/load/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM