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!

Oldest comments (55)

Collapse
 
awwsmm profile image
Andrew (he/him)

That's awesome!

Collapse
 
simonholdorf profile image
Simon Holdorf

It is, right?

Collapse
 
shadowwarior5 profile image
Konstantin Meiklyar

Amazing!

Collapse
 
ehsan profile image
Ehsan Azizi

That was fantastic!

Collapse
 
negue profile image
negue

Hehe quite awesome!

Collapse
 
tolgahanuzun profile image
Tolgahan ÜZÜN

heheh 😅 it's funny

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
 
castroalves profile image
Cadu de Castro Alves

That's very funny!

Collapse
 
rcoundon profile image
Ross Coundon

Love it, very clever :-D

Collapse
 
gherciu profile image
Gherciu Gheorghe

:) amazing

Collapse
 
ekimlim122104 profile image
Mike Lim

hoho that's awesome dudeeeeee

Collapse
 
ekimlim122104 profile image
Mike Lim

hahaha very funny _^

Collapse
 
thomasbnt profile image
Thomas Bnt ☕

Funny!

Collapse
 
gabmen1711 profile image
gabmen1711

Hahahaha awesome!

Collapse
 
camicode profile image
CamCode

Amazing!!! I like the "effect" on button :)

Collapse
 
5anthosh profile image
Santhosh Kumar

hahah, clever!

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