spec_app/app/views/reveal_test/long1.erb in unpoly-rails-0.53.1 vs spec_app/app/views/reveal_test/long1.erb in unpoly-rails-0.53.2
- old
+ new
@@ -1,9 +1,14 @@
+<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>
+ <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>