I'm looking for the script that does that following. If you visit this website http://wearehunted.com/
If you shift your mouse to the right more data is revealed. Based on the position of the mouse left or right, more data is revealed. I tried pulling the source of the website, I couldn't figure it out.
You can use this:
window.onmousemove = function(e){
var e = e || event;
var x = e.screenX;
var y = e.screenY;
//Do something
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With