DEV Community

Cover image for This is probably the funniest Codepen I found this year!
Simon Holdorf
Simon Holdorf

Posted on

This is probably the funniest Codepen I found this year!

This is rather a short post but I find this codepen by Bård N Hovde so awesome that I must share it with you:

Amazing what you can do with JavaScript and CSS, agree?

Please leave a comment if you like this as well or managed to hit the button. Also don't forget to follow me here and on Twitter for more upcoming posts!

Top comments (55)

Collapse
 
chrisachard profile image
Chris Achard • Edited

Ha, I saw this other day - it's fantastic :)

For anyone looking in the code for the 'trick' (of hiding the mouse), it's done by setting the cursor in JS on this line:

const screenStyle = cursorGrabbed ? { cursor: "none" } : {};

and then the fake mouse pointer is part of the hand graphic. Brilliant!

Collapse
 
savagepixie profile image
SavagePixie

Oh, so there is a cursor trick! I've seen it on my mobile, where you can obviously just tap on things, so I hadn't caught on this feature.

Collapse
 
sanjaysupanch profile image
sanjaysupanch

oSM

Collapse
 
gaberomualdo profile image
Gabe Romualdo • Edited

Pretty fun, with a combination of fast mouse movements and right-click trickery, I managed to produce a waving hand without changing any of the code.

Waving Hand Demo

— Gabriel

Collapse
 
pepas24 profile image
Sebastian Gutierrez

I just pass the mouse very close to the bottom of page hahaha

Collapse
 
fultonbrowne profile image
Fulton Browne

that worked for me

Collapse
 
abhinav1217 profile image
Abhinav Kulshreshtha

But you won't be able to press the Button 😁.

Collapse
 
amruthpillai profile image
Amruth Pillai • Edited

Brilliant use of CSS and logic. Had so much fun playing around with this.
And using the Chrome Dev Console, clicked the button using Javascript, this was the result.
Cool that the dev included that as well :)

Nice One!

Collapse
 
salvan13 profile image
Antonio Salvati 🦊

or focus it pressing tab :)

Collapse
 
darksmile92 profile image
Robin Kretzschmar

That... was awesome! It really made me laugh loud in the office 👍🤣
Thanks for sharing this!

Collapse
 
simonholdorf profile image
Simon Holdorf

You're welcome 😄

 
hndcrftd profile image
Jakob Wildrain • Edited

Yes, it is! Click on the text above the button (to gain focus) and use TAB to select the button, now press SPACE or ENTER. You have pressed the button and it changes the caption to "Nice one".
While it is technically not "clickable", it is indeed "pressable", to use your own word ;)

Collapse
 
rcoundon profile image
Ross Coundon

Love it, very clever :-D

Collapse
 
kdraypole profile image
Kobe Raypole

This made me laugh, yet oddly frustrated at the same time.

Collapse
 
corbee profile image
Illia Pyshniak

If you press the button and then give your cursor to bottom buddy...

Collapse
 
giogiordano93 profile image
Giovanni Giordano

Passing by the bottom-left corner you can go on the button :D

Collapse
 
siddrc profile image
Siddharth Roychoudhury

sweet :)

Collapse
 
xeusteerapat profile image
Teerapat Prommarak

Awesome!

Collapse
 
awwsmm profile image
Andrew (he/him)

That's awesome!

Collapse
 
simonholdorf profile image
Simon Holdorf

It is, right?

Collapse
 
ehsan profile image
Ehsan Azizi

That was fantastic!

Collapse
 
ekimlim122104 profile image
Mike Lim

hoho that's awesome dudeeeeee

Collapse
 
thomasbnt profile image
Thomas Bnt ☕

Funny!

Some comments may only be visible to logged-in visitors. Sign in to view all comments.