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