Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2 class="exampleTitle">Cascade Effect</h2>
A spring is pre-recorded using the SimulationLooper. Each frame of the spring is
played back over a set of frame handlers where each handler trails the next by one
frame. When all of the handlers have played all the frames, the animation is over.
(<a href="https://github.com/facebook/rebound-js/blob/master/examples/cascadeEffect/main.js" target="_blank">Code</a>)
(<a href="https://github.com/facebook/rebound-js/blob/master/examples/src/cascadeEffect/main.js" target="_blank">Code</a>)
</div>
</div>
<div id="cascadeEffectExample" class="exampleContainer">
Expand All @@ -48,7 +48,7 @@ <h2 class="exampleTitle">Hamburger Button Example</h2>
Paper for transitioning a hamburger button into a close button. The animation
timing is run on a Rebound spring and each frame of the animation is interpolated
from a zero to one spring transition and drawn in canvas. Tap/Click on buttons
to transition between the states. (<a href="https://github.com/facebook/rebound-js/blob/master/examples/hamburgerButton/main.js" target="_blank">Code</a>)
to transition between the states. (<a href="https://github.com/facebook/rebound-js/blob/master/examples/src/hamburgerButton/main.js" target="_blank">Code</a>)
</div>
</div>
<div id="hamburgerButtonExample" class="exampleContainer">
Expand All @@ -62,7 +62,7 @@ <h2 class="exampleTitle">Photo Scale Animation</h2>
tension and friction using the sliders and observe how this changes the curve of the spring
animation. The tension and friction values are based on
<a href="http://facebook.github.io/origami/">Origami</a>, so you can convert Origami mockups
directly into Rebound animations. (<a href="https://github.com/facebook/rebound-js/blob/master/examples/photoScale/main.js" target="_blank">Code</a>)
directly into Rebound animations. (<a href="https://github.com/facebook/rebound-js/blob/master/examples/src/photoScale/main.js" target="_blank">Code</a>)
</div>
</div>
<div class="exampleContainer">
Expand Down