gpt4 book ai didi

css - 使用 rotateX() 时,将元素旋转到其底部轴而不是其中心

转载 作者:太空宇宙 更新时间:2023-11-03 18:06:46 25 4
gpt4 key购买 nike

我似乎无法让 div 元素围绕其底部边缘旋转。默认情况下,rotateX(angle) 使元素围绕其中心旋转。

这是一个代码笔:Trying to flip div over bottom edge

我尝试使用 transform-origin 属性,但似乎没有任何效果。

最佳答案

使用变换原点

-webkit-transform-origin: $x $y;
-moz-transform-origin: $x $y;;
-o-transform-origin: $x $y;
transform-origin: $x $y;

关于css - 使用 rotateX() 时,将元素旋转到其底部轴而不是其中心,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24500469/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com