Frizky
Frizky
Did you figure out this issue? Facing the same problem right now
Did you find any solution for this issue?
Having the exact same issue :( same issue on vue-svg-loader Did anyone manage to fix this?
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...
> Hi, thanks for filing this! I was wondering when I wrote the video handling code whether anyone would have this use case. Thanks for an actual real world case!...
> `timecut` and its underlying library `timesnap` work by implementing custom `requestAnimationFrame` functions that can be manually called on demand, essentially creating a virtual timeline. In your case, I suspect...
It took me a minute but I found a way to do it. Preprocess the audio by using an OfflineAudioContext I've added an onseeking event listener to the audio file...
I understand that setInterval gets overwritten by Timecut. Would it be possible to ignore this for a specific time or function?
First of all, thanks for the reply, I appreciate it a lot. I've tried changing startDelay before, without success. The function does not get resolved during the delay, no matter...
> I got the same use case to work by writing a custom function that awaits a promise and is executed before timers are overriden: [MediaBits-io/timesnap@403e70d](https://github.com/MediaBits-io/timesnap/commit/403e70d6313d1362898ee54ca486aa20a236ff6b) > > Just have...