Man that's some clever stuff, the pointer/cursor effect is one of the most original and creative things I've seen for a long time. Amazing what you can do nowadays with just standard CSS and some Javascript. Didn't you consider "going all the way" and using vanilla Javascript instead of jQuery? Probably wouldn't even be that hard to do.
Not saying that you have to, but I think it wouldn't be that hard, and it means you're doing all of this wizardry with only the things that are built in to the browser, no frameworks, no libraries ... how cool it that? And you're already 90% there.
Thank you ;) I've got a problem that some elements are not triggering… they're on a modal content div… maybe is that the reason mouseenter() is not working?
I think i got it… maybe the JS is not loading one the new loaded modal content… so i've added a new code to that modal page with its specific target and now it works ;)
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Man that's some clever stuff, the pointer/cursor effect is one of the most original and creative things I've seen for a long time. Amazing what you can do nowadays with just standard CSS and some Javascript. Didn't you consider "going all the way" and using vanilla Javascript instead of jQuery? Probably wouldn't even be that hard to do.
thanks sir, i will try it with vanilla js next time
Not saying that you have to, but I think it wouldn't be that hard, and it means you're doing all of this wizardry with only the things that are built in to the browser, no frameworks, no libraries ... how cool it that? And you're already 90% there.
mix-blend-mode not working for you on Chrome? Try adding this to your css
I signed up just to thank you for this, I have been looking to implement something similar and it's perfect! Thanks
how can I do this in WordPress, I can't add an the div with its class in the body?
Thank you so much for sharing this. Been struggling with a cursor effect for hours now but this was a great help!
How do i add a second cursor that follows the main dot?
Nice one. Like the colors and style!
The cursor is blurry when hovering/scaling up on Safari.
Any fix for that?
Thanks!
Any idea why the cursor doesn't move while scrolling?
Thank you so much! Cursor doesn't scale when hover. Anyone know how to fix this?
readymag.com/grote.graphics/3400331/
Password: grote
Thank you ;)
I've got a problem that some elements are not triggering… they're on a modal content div… maybe is that the reason mouseenter() is not working?
I think i got it… maybe the JS is not loading one the new loaded modal content… so i've added a new code to that modal page with its specific target and now it works ;)