我想更改 impress.js 中的幻灯片顺序。但我无法通过添加一个 Is there a way to do this 来做到这一点?
我的代码如下所示
<!--slide 1-->
<div id="title" class="step" data-x="0" data-y="0" data-scale="4">
<span class="try">How to perform</span> <br/>
<h1>A Soft Handover</h1>
<span class="footnote">in Mobile Networks</span>
</div>
<!--slide 2-->
<div id="its" class="step" data-x="850" data-y="3000" data-rotate="90" data-scale="5">
<h2 style="font-size:72px">What is a soft handover?</h2>
<p style="font-size:40px;text-align:justify">When a mobile station moves from one base station's coverage to another's during an existing call, the base stations transfer services between each other to keep the call alive.
</p>
</div>
<!--slide 3-->
<div id="its" class="step" data-x="-3500" data-y="4000" data-rotate="180" data-scale="6">
<h2 style="font-size:72px">What is a?</h2>
<p style="font-size:40px;text-align:justify">When a mobile station moves from one base station's coverage to another's during an existing call, the base stations transfer services between each other to keep the call alive.
</p>
</div>
提前致谢。