2D navigation map website

Hey everyone! I’d like to recreate the same navigation that you see in this website:

Be careful, the navigations that I like works only in the desktop version.

So I’d like to recreate the same effect that’s visibile in that website in my website, a 2D map where the position is based on the mouse moving. Could someone help me with that? Do these website’s have a specific name? Is there any tutorial that would help me to reach that effect?

With Mouse hover over element you could create this effect by moving a much larger div containing the images in the opposite direction of the mouse, to eventually make them run into each other. Of course this is easier said then done, but it’s a place to start.

image