Sha256: 24e50f97eb2b5d764fa8b504a0c3733e2e1e3bce205dc24a0ba73345ecff2312
Contents?: true
Size: 868 Bytes
Versions: 16
Compression:
Stored size: 868 Bytes
Contents
<script> up.motion.config.duration = 2000 up.layout.config.duration = 2000 </script> <div class="long-page" style="height: 2000px; background-color: rgba(0, 0, 255, 0.3)"> <h2>Long page 1</h2> <ul style="margin-top: 200px"> <li><a up-target=".long-page" href="long2" up-reveal="true" up-transition="false" >Go to long page 2 (with reveal, without animation)</a></li> <li><a up-target=".long-page" href="long2" up-reveal="true" up-transition="cross-fade">Go to long page 2 (with reveal, with animation) </a></li> <li><a up-target=".long-page" href="long2" up-reveal="false" up-transition="false" >Go to long page 2 (without reveal, without animation)</a></li> <li><a up-target=".long-page" href="long2" up-reveal="false" up-transition="cross-fade">Go to long page 2 (without reveal, with animation)</a></li> </ul> </div>
Version data entries
16 entries across 16 versions & 1 rubygems