Hi everyone,
I’ve been trying to find a way to achieve an effect similar to this (http://www.yokoland.com/) where you place an image on mouse click anywhere on the screen.
Has anyone tried & figured out how this could work?
Thanks!
Lindsay
Hi everyone,
I’ve been trying to find a way to achieve an effect similar to this (http://www.yokoland.com/) where you place an image on mouse click anywhere on the screen.
Has anyone tried & figured out how this could work?
Thanks!
Lindsay
Welcome to the community @Lindsay_K!
You’ll probably need to look into utilizing some custom Javascript here as I don’t know of anyway to do this with native interactions. I’ve seen similar effects (reveal images at the cursor on mouse movement) so I’d imagine something already exists for you to implement.
Do you know of any other websites that do something similar?
This is another website I found, though they’re using text not image (https://sasha-ng.com/)
As @mikeyevin said, this will require some sort of external Javascript. You’ll either need to write your own JS, or find a library that has this effect.
Hi, I’m trying to figure out the same thing and was wondering if you ever figured it out? Please let me know, thank you so much!