Skip to content

Commit 372e6a3

Browse files
Update README.md
1 parent 7a998f2 commit 372e6a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/PixelsCommander/HTML-GL)
77

88
Smooth animations and responsive interactions are top priority problems of cross-platform Web development. Since desktop browsers are mostly fine with handling animations, mobile and embedded devices still provide bad user experience.
9-
The biggest reason for animations to be janky is that "DOM is slow". It is true since DOM is quite complex model and every DOM change create a ripple of events or chain reaction over whole document.
9+
The biggest reason for animations to be janky is that "DOM is slow". It is true since DOM is a quite complex model and every DOM change create a ripple of events or chain reaction over whole document.
1010

1111
- [Demo](http://pixelscommander.com/polygon/htmlgl/demo/filters.html)
1212
- [Article about](http://pixelscommander.com/en/web-applications-performance/render-html-css-in-webgl-to-get-highest-performance-possibl/)

0 commit comments

Comments
 (0)