-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overriding native setTimeout is causing the application page to behave incorrectly #26
Comments
Did you find a solution? Having the same issue, I use setInterval to check if external fonts have finished loading but the setInterval functionality never fires when Timecut is doing its job. I'm using webfontloader to load the fonts, which has an onLoaded event callback but this also doesn't fire with Timecut. Trying to hack my way into a solution, will keep you updated if I find one. |
timecut works by overwriting time handling functions, including v0.3.1+ of timecut (The Current Way, though undocumented)
v0.2.0-v0.3.0 of timecut (Undocumented)For versions of v0.2.0-v0.3.0 of timecut, the overwritten time handling functions were available via the
|
Hi,
We are trying to use timecut to animate one of the application page which uses native setTimeout functions to show a few elements on page. While using this application page with timecut, we noticed that the features (using setTimeout) are behaving incorrectly. after digging down a bit, we noticed that timecut overrides the native function which is causing this issue. Any suggestions on how to use timecut for this kind of application?
The text was updated successfully, but these errors were encountered: