Hi! First of all, I want to thank you for this great lib, it's very useful and easy to use!
This issue is more a question than a feat request. I implemented it on my website and while I was analyzing the performance with dev tools, I saw some frame drops and lots of events calls on a single mouse scroll event. I saw on the home page that this project has already improved the performance with translate3D, but my question is if is there any plan to improve it even more (or if it's still possible to improve it). Though the performance is already satisfactory, the frame drops were visible on some poor devices.

UPDATE:
I was applying a blur filter to the image element and it was one of the reasons it was performing badly on poor devices. I still see frame drops on dev tools, but they are way better now. So it's a good tip to insert on readme, image filters can impact performance.