2015-04-23 17:49:59 +02:00
|
|
|
---
|
|
|
|
layout: withjs
|
|
|
|
title: Bouncing cube
|
|
|
|
extrajs: <script src="/static/js/bouncing/BouncingMain.js"></script>
|
|
|
|
---
|
|
|
|
<section>
|
|
|
|
<h2>Bouncing cube</h2>
|
|
|
|
<p>
|
|
|
|
Click on the cube to make it jump !
|
|
|
|
</p>
|
|
|
|
<div id="container"></div>
|
|
|
|
</section>
|
|
|
|
|