Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed Jun 29, 2009
1 parent 25c3400 commit 6e65af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ View a demo of animation easing techniques here: <http://demos.daylife.com/samue
1. Include the `raphael.easing.1.3.js` file after your `raphael.js` file.
2. Specify the easing technique in the `.animate()` function, like so:

`Raphael_canvas.animate({'scale': [1.25, 1.25]}, 750, 'easeOutCubic', callback);`
`Element.animate({'scale': [1.25, 1.25]}, 750, 'easeOutCubic', callback);`

### Available easing techniques:

Expand Down

0 comments on commit 6e65af6

Please sign in to comment.