Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 jQuery 放大图像上的矩形区域?
我不需要选择功能起作用,只需要一个代码,通过定义正确的位置和比例来放大一个图像上的那个区域。
非常感谢
您可以为此使用jQuery animate函数。
您需要为图像的background-position属性和background-size属性设置动画。
我个人将此扩展用于动画,因为 CSS3 过渡通常更平滑:
https://github.com/benbarnett/jQuery-Animate-Enhanced/