Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Mobile support: Instant move response via timer updates
Problem: When updating many elements mobile device queues slow changes. So even after touch up, you can se changes caching up. Solution: Update virtual dom/model instantly, but render dom via timer, so queues of slow HTML updates could be skipped. Resulting in more natural response. This will be very useful for more complex GUI interactions (E.g, zooming using touch screen).
- Loading branch information
1 parent
50c81bb
commit 759f68b
Showing
1 changed file
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters