simpleParallax.js icon indicating copy to clipboard operation
simpleParallax.js copied to clipboard

Change Viewbox?

Open sahilmtayade opened this issue 1 year ago • 2 comments

I want to change the view box of the image without changing the size. Is there an easy way to do this?

Right now to achieve what I want I have to use overflow:true and z-index. This is because I cannot change max-transition to over 100, and I can't change the speed.

sahilmtayade avatar Jul 13 '22 19:07 sahilmtayade

When using overflow: true, the scale property has no effect

sahilmtayade avatar Jul 13 '22 19:07 sahilmtayade

The scale has effect even with the overflow set at true. It will enlarge the transition zone.

geosigno avatar Sep 02 '22 09:09 geosigno