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)
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:and then the fake mouse pointer is part of the hand graphic. Brilliant!
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.
oSM
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.
— Gabriel
I just pass the mouse very close to the bottom of page hahaha
that worked for me
But you won't be able to press the Button 😁.
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 :)
or focus it pressing tab :)
That... was awesome! It really made me laugh loud in the office 👍🤣
Thanks for sharing this!
You're welcome 😄
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 ;)
Love it, very clever :-D
This made me laugh, yet oddly frustrated at the same time.
Passing by the bottom-left corner you can go on the button :D
If you press the button and then give your cursor to bottom buddy...
Awesome!
Some comments may only be visible to logged-in visitors. Sign in to view all comments.