Skip to content

Commit

Permalink
Some copy changes to the landing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Apr 5, 2012
1 parent f8f2752 commit 020dda5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion demo/bubbles.html
Expand Up @@ -98,7 +98,6 @@
'x': getRandomEasing()
,'y': getRandomEasing()
,'radius': getRandomEasing()
//,'color': 'linear'
});

for (j = 0; j < 3; j++) {
Expand Down
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -12,15 +12,15 @@
<h1><a href=".">Rekapi</a></h1>
<h2>A keyframe animation library for JavaScript</h2>
</header>
<p>Rekapi's goal is to provide an API for easily creating and structuring animations for the HTML&nbsp;5 <code>&lt;canvas&gt;</code>. Rekapi is a rewrite of <a href="http://jeremyckahn.github.com/kapi/" target="_blank">Kapi</a>. Here are some examples of what can be easily made with Rekapi:</p>
<p>Rekapi is a helpful library for making beautiful <code>&lt;canvas&gt;</code> and DOM animations. Here are some examples of what can be easily made with Rekapi:</p>
<ul>
<li><a href="demo/bargraph.html">An animated graph.</a></li>
<li><a href="demo/bubbles.html">Confetti!</a></li>
<li><a href="demo/catimate.html">Tweening Octocat.</a></li>
<li><a href="demo/pie.html">You can even make pie charts.</a></li>
</ul>
<p>You can play with a live sandbox <a href="sandbox.html">here</a>, and try out the different easing equations <a href="ease.html">here</a>.</p>
<p>Rekapi is meant to be a helpful library for managing <code>&lt;canvas&gt;</code> animations, not an all-encompassing framework. If you don't want to deal with state management and tweening yourself, Rekapi is the library for you! Rekapi depends on Underscore.js and Shifty.js. Here's everything you need:<p>
<p>You can play with the API in a live sandbox <a href="sandbox.html">here</a>, and experiment with the different easing formulae <a href="ease.html">here</a>.</p>
<p>Rekapi can also <a href="https://github.com/jeremyckahn/rekapi/blob/master/docs/to-css.md" target="_blank">export</a> your DOM animations to CSS3 <code><a href="https://developer.mozilla.org/en/CSS/@keyframes" target="_blank">@keyframes</a></code> for enhanced performance. If you don't want to deal with timelines and tweening yourself, Rekapi is the library for you! Rekapi depends on Underscore.js and Shifty.js. Here's everything you need:<p>
<ul>
<li><a href="https://raw.github.com/documentcloud/underscore/master/underscore-min.js">Underscore.</a></li>
<li><a href="https://raw.github.com/jeremyckahn/shifty/master/dist/shifty.min.js">Shifty.</a></li>
Expand All @@ -30,7 +30,7 @@ <h2>A keyframe animation library for JavaScript</h2>
<ul>
<li><a href="https://raw.github.com/jeremyckahn/rekapi/master/dist/rekapi.bundle.min.js">rekapi.bundle.min.js</a></li>
</ul>
<p>The <a href="https://github.com/jeremyckahn/rekapi/blob/master/README.md">README</a> will get you up to speed on how to use Rekapi, and you can use the <a href="https://github.com/jeremyckahn/rekapi/blob/master/docs/api.md">API documentation</a> as a reference for everything you can do with Rekapi. Happy animating!</p>
<p>The <a href="https://github.com/jeremyckahn/rekapi/blob/master/README.md">README</a> will get you up to speed on how to use Rekapi, and you can use the <a href="https://github.com/jeremyckahn/rekapi/blob/master/docs/api.md">API documentation</a> as a reference for everything you can do with it. Happy animating!</p>
<footer>Rekapi is free and open source software, obsessively made by <a href="http://www.jeremyckahn.com" target="_blank">Jeremy Kahn</a>.</footer>
</div>
<a id="fork-me-link" href="https://github.com/jeremyckahn/rekapi/"><img src="demo/img/forkme.png" alt="Fork me!" /></a>
Expand Down

0 comments on commit 020dda5

Please sign in to comment.