jackmoore / wheelzoom

A small script for zooming IMG elements with the mousewheel/trackpad.
http://www.jacklmoore.com/wheelzoom
MIT License
342 stars 95 forks source link

Position problem under enlarging #42

Open ArtArt0 opened 4 years ago

ArtArt0 commented 4 years ago

Hi!

My problem is: If I enlarge the image, the positioning with mouse is not smooth but jumpy. I think the jump size is 1 pixel in the original image!

Thanx, Art

mafftor commented 4 years ago

Do you use the standard mouse with wheel? This is usual behaviour for these kind of mouses. Try some mouse with sensor wheel or the most simple way is setting transition: .3s (any seconds) for your image 👍