Sha256: 3303b62cccbac762b57936ac5a69ebad6e81defc2df893b8358ece2a50136e86
Contents?: true
Size: 870 Bytes
Versions: 11
Compression:
Stored size: 870 Bytes
Contents
<script> up.motion.config.duration = 2000 up.viewport.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
11 entries across 11 versions & 1 rubygems