Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed Jul 16, 2018
1 parent 2fa0e44 commit 573b00f
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 @@ -56,4 +56,4 @@ When using `Do-in` for DOM updates, like the in the example or for animation pur
option for the `Do-in` instance, but let it run at full-speed and **only** apply an *fps* mechanisn within your `step` method.
This will ensure smooth consistant frame-rate, and will not drop frames, because `Do-in` uses [`requestAnimationFrame`](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame) internally.

##[Demo page](https://yaireo.github.io/Do-in)
## [Demo page](https://yaireo.github.io/Do-in)

0 comments on commit 573b00f

Please sign in to comment.