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
{{ message }}
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
This implies uses requestAnimationFrame() when available, or falling back to a setTimeout(), and returning a Deferred / Promise so (branching) logic can be wired.
The text was updated successfully, but these errors were encountered:
Closing because this is too opinionated to enforce for every execution. Version 0.4.0 introduced utility.render() which allows the choice of scheduled rendering.
This implies uses
requestAnimationFrame()
when available, or falling back to asetTimeout()
, and returning aDeferred
/Promise
so (branching) logic can be wired.The text was updated successfully, but these errors were encountered: