Siddharth
Siddharth
@mesqueeb To answer your questions, 1. I do not believe Anime uses CSS animations under the hood. If your animations are achievable in CSS, I recommend you do not use...
I'm unable to reproduce the bug on Chrome v85 / Windows 10. But a few points to note: 1. To observe tab visibility, there exists the Page Visibility API. https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API...
Hey @ashthornton, thanks for the detailed reply! I hadn't thought about using `contain: content` in order to improve performance; will definitely look into it more. My concerns are more about...
@ashthornton I'm very curious to see your implementation using IntersectionObserver - I attempted something similar and had a lot of bugs when the page was under load (IntersectionObserver didn't fire...
This solution also has use in `eleventy-dev-server` - (see [this](https://github.com/11ty/eleventy-dev-server/issues/35)). It might be useful to normalize all filepaths globally via the proposed `TemplatePath` utility.
I've got the exact same error as well, any luck on solving this? ``` LibsqlError: SERVER_ERROR: Server returned HTTP status 401 at mapHranaError (file:///var/task/node_modules/@libsql/client/lib-esm/hrana.js:268:16) at file:///var/task/node_modules/@libsql/client/lib-esm/http.js:76:23 at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at...