Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin De Cock committed Sep 8, 2015
1 parent b734161 commit 73e9b61
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Animate Plus

Animate Plus is a performant and lightweight JavaScript library that helps you animate CSS
properties and SVG attributes. Animate Plus is well-suited for quick UI interactions as well as
longer animation sequences on both desktop and mobile. Check out these examples:
Animate Plus is a CSS and SVG animation library for modern browsers. Animate Plus is performant and
lightweight (3KB gzipped), making it particularly well-suited for mobile.

* [SVG performance/stress test](http://animateplus.com/demos/stress-test/): 1,000 SVG shapes animated independently at the same time.
* [CSS performance/stress test](http://animateplus.com/demos/bloom/): hold the mouse down and make DOM elements bloom!
* [Real-world example](https://stripe.com/open-source): all the CSS and SVG animations on this page are made with Animate Plus.

## Getting Started

`npm install animateplus` or download and insert `animate.min.js` (3KB gzipped) :
`npm install animateplus` or download and insert `animate.min.js`:

```html
<script src=animate.min.js></script>
Expand Down Expand Up @@ -183,7 +182,7 @@ animate({
## SVG animations

SVG animations require an array with your start and end values. Any SVG attribute containing at
least some numeric values (such as `d`) can be animated:
least some numeric values can be animated:

```javascript
var colors = ["#80f", "#fc0"];
Expand Down

0 comments on commit 73e9b61

Please sign in to comment.