Gregor Adams

Results 184 comments of Gregor Adams

I just opened a PR #73 for some basic stuff. If I find more time I can add some things on top once it's accepted. I fixed some minor issues...

I did some testing and this plugin works with jQ 3.2.slim. The example page has some issues since * jquery.easing.x requires jQuery full * snippet-helper requires jQuery full Without these...

I can try to remove the animate stuff and then add an example page with jQuery slim support (in case the OP still needs this feature @bircha ). @igorlino there...

the zoomed image is actually using `bakground-position`. If you want to get rid of page flow changes due to loading images you should look into techniques to do this (e.g....

This also happens in other languages (german, english). @DanweDE This is how the text is returned: `"Line 1\nLine 2\nLine 3"` which, in a default paragraph ,causes the content to appear...

The docs are misleading. I prepared a PR for this #113 . You should assign the return value of `Hook` and then unhook that assignment. This is similar to `setTimeout`...

It looks like some styles are not applied correctly in dark mode (Main headline is black instead of white) via [deploy-preview-33545--material-ui.netlify.app](https://deploy-preview-33545--material-ui.netlify.app/) I'm not sure if that preview is still up...

> > It looks like some styles are not applied correctly in dark mode (Main headline is black instead of white) > > via [deploy-preview-33545--material-ui.netlify.app](https://deploy-preview-33545--material-ui.netlify.app/) I'm not sure if that...

Tested on an Macbook Pro M1 (8MB) "temporary replacement device" that IMHO has horrible performance. 1. Node v12.15.0 2. Node v16.2.0 ``` $ echo "console.log('foobar');" > index.js $ time npx...