Hey,
I’m looking for a way to display a picture on a picture (like before and after) so that whenever the cursor hovers over different parts of the “before” it reveals the “after” picture in those exact parts.
The second part of this is that the when hovering over the picture the cursor should transform into a tablet-like screen. (see attached picture).
If any of this makes sense, is it even possible to do one of these at all?
hi,
i’m pretty sure it can’t help you because your post is from 2 years ago, but I have an idea for how to do that if it can help anyone in the future
you can devide your image into multiBox es and add 2 events to each, such that mouseIn event will set the box background to the after image, and the mouseOut will set the box background to transparent so it shows the original part of the image