我想在两页之间添加3D翻转过渡。在搜索时我得到了这个链接。 http://www.jqueryscript.net/slider/Animated-3D-Cube-Slider-with-jQuery-CSS3.html
但是插件是用于在同一页面中的div之间翻转。
我想知道有没有办法在两个不同的页面之间制作相同的动画?
谢谢
答案 0 :(得分:0)
您可以使用" iframe"在多维数据集中显示每个页面。 http://www.w3schools.com/tags/tag_iframe.asp 对于这个例子,在" div"您可以使用的标签:
<div class="cube">
<div class="face one"><iframe src="example.html" /></div>
<div class="face two"><iframe src="example_2.html" /></div>
<div class="face three"><iframe src="example_3.html" /></div>
...
</div>