I'm working on a VFX portfolio site.
I've used event listeners to (almost) synchronize three videos.
The plan is to put the three video-divs on top of each other, and then have video1 be visible to the left of the mouse position, video2 to be visible to the right og the mouse position, and have video3 be visible 50px to the left, and 50 pixels to the right of the mouse position, sort of like a band of video.
How do I go about this?