geosigno / simpleParallax.js

Easy Parallax Effect for React & JavaScript
https://simpleparallax.com
MIT License
1.86k stars 141 forks source link

Orientation in alla directions at once? (Zooming) #89

Open rhedman opened 2 years ago

rhedman commented 2 years ago

Is there any way to add movement to an image in all directions at once thus zooming the image (with overflow set to false)? Or could this be a future feature (adding transform: scale) instead of translate3d?

geosigno commented 2 years ago

This is something i need to think about.