【发布时间】:2011-08-16 00:47:50
【问题描述】:
当我点击一个链接时,例如在 index.html 中,我点击外部“contact.html”的“contact”,我想创建一个平滑的过渡。 给我一些提示...
例子:
<a id="map" href="otherPage.html" target="_self">
<img src="images/icons/map.png" width="100" height="100">
</a>
我不希望 otherPage.html 立即加载,我希望它看起来非常流畅/缓慢
【问题讨论】:
-
您可能需要添加更多关于您想要实现的目标的详细信息。你的意思是你想要例如滑动(动画)新页面?类似于这个问题..stackoverflow.com/questions/5630166/…
标签: jquery transition smooth