You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments