MentalGear

Results 167 comments of MentalGear

Came here with the exact same problem. Thanks for pointing me in the correct direction: The problem is indeed that Pace doesn't check if a element is fully loaded, but...

Can svgs currently be dynamically / lazy loaded through components ?

Try this https://github.com/DavidWells/safe-await

Is this feature now available ? :)

Looks like this could be done be adding `elm.insertAdjacentHTML('afterBegin', splitterContent )` after https://github.com/antoniandre/splitpanes/blob/42b365a12f6b8e1faa60c64756c4178a7c04039c/src/components/splitpanes/splitpanes.vue#L327 As the maintainer, you certainly have a better grasp if that would be the best approach. What...

@antoniandre Got any feedback on this ?

Does this mean this library uses WeScan for iOS now ? PS: Thanks for your amazing work this far !

Hey Christy, Thanks fir the quick reply! Great to have wescan functionality. As a head’s up: Just checked the readme file. Could it be that it is a bit outdated,...

This might what ya all are looking for: https://github.com/richardtallent/vite-plugin-singlefile from https://github.com/sveltejs/kit/issues/2042#issuecomment-889818690 (has example)

Maybe the modal CSS closing animation could be realized by using a transition-delay on `visibility`, as explained [here](https://fvsch.com/articles/transition-fade/test5.html). `transition: visibility 0s 2s;` > we’re trying to delay the application of...