Skip to content

Commit

Permalink
👌 Preparing for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Okazari committed Nov 23, 2018
1 parent f7eb9b5 commit 1ce7095
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- <audio id="audio" src="samples/rythmC" autoplay=""></audio> -->
<div class="container">
<h1 class="shake3">
Rythm.js - v2.2.4
Rythm.js - v2.2.5
</h1>
<h2>
A javascript library that makes your page dance.
Expand Down Expand Up @@ -53,6 +53,28 @@ <h3>
</pre>
</div>
</section>
<h1>
Added in v2.2.5
</h1>
<section>
<h3>
Tilt
</h3>
<div class="demo">
<div class="rythm tilt1"></div>
<pre class="prettyprint">
rythm.addRythm('tilt1', 'tilt', 0, 10)
</pre>
</div>
<div class="demo">
<div class="rythm tilt2"></div>
<pre class="prettyprint">
rythm.addRythm('tilt2', 'tilt', 0, 10, {
reverse : true
})
</pre>
</div>
</section>
<h1>
Added in v2.2.4
</h1>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rythm.js",
"version": "2.2.4",
"version": "2.2.5",
"description": "",
"main": "rythm.js",
"files": [
Expand Down

0 comments on commit 1ce7095

Please sign in to comment.