I'm trying to figure out how to create a zoom in effect on my large div, but I haven't been successful despite searching through many resources.
My goal is to zoom into the center of the user's screen rather than just at a set position.
I've experimented with the css3 zoom
feature and using the animate
property for zooming, but so far I haven't been able to achieve the desired effect. Can anyone provide any guidance or assistance? Thank you!