当我翻转图像时,也进行变换:平移方向相反。 如何实现当前平移位置的镜像?
img {
transform: translate(50px, 100px);
/* scale:-1; */
}
由于图像正在使用函数拖动并动态更新变换,期望找到与此解决方案不同的解决方案 -> 变换:translate(50px, 100px) scale(-1);
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号