css - 当我尝试使用`transform : rotateY(60deg);` it will not flip 60deg 翻转图像时

标签 css image flip

当我尝试使用transform: rotateY(60deg); 翻转图像时,它不会翻转 60deg 而是 0deg。我使用的是 Google Chrome,这是错误还是...?

我已经使用 ig 类在图像上设置了样式。它适用于带有类别的图像吗?

谢谢,Pascal Gerrist

最佳答案

Google Chrome 是一个 webkit 浏览器。所以你必须为 CSS3 代码使用前缀。

你的代码将是:

-webkit-transform: rotateY(60deg);

演示:Jsfiddle

关于css - 当我尝试使用`transform : rotateY(60deg);` it will not flip 60deg 翻转图像时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22898800/

相关文章:

css - 水平居中对齐位置绝对对象

css - 如何调试IE打印问题

安卓应用 : Storing lots of images on a server

python - 仅获取图像中的外部轮廓

c# - 为什么我的数组被翻转了?

html - 为什么我在 Bootstrap 表前面得到奇怪的符号 ">>>>"?

html - 我怎样才能得到:focus outline around an image link to not cut it off?

html - div 的响应式背景图像的 CSS 问题

javascript - jquery 显示/隐藏后翻转框相互重叠

ios - UIView翻转动画问题