Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#fpsmeter.js
# fpsmeter.js
A script to evaluate the framerate of an animation embedded in a web page using CSS transitions.

Please refer to this blog post for an explaination of how it works: [Effectively measuring browser framerate using CSS](http://www.kaizou.org/2011/06/effectively-measuring-browser-framerate-using-css/)

##Usage
## Usage

<script type='text/javascript' src='fpsmeter.js'></script>
...
Expand Down Expand Up @@ -35,10 +35,10 @@ Please refer to this blog post for an explaination of how it works: [Effectively

</script>

##Demo
## Demo

[Try out the demo](http://kaizouman.github.com/fpsmeter/).

##License
## License

You may use this code under the terms of the MIT license.