简体   繁体   English

css:多种效果导致过渡无效

[英]css:Multiple effects cause the rollover to be invalid

I have an input[type='button'] element that needs to be flipped. 我有一个input [type ='button']元素需要翻转。

When using transform: scale(-1,1), it can be displayed correctly. 使用transform:scale(-1,1)时,可以正确显示。

However, when I add other effects (ex: transform: scale(-1,-1) tranlate(0px,0px)), I can't flip it properly. 但是,当我添加其他效果(例如:transform:scale(-1,-1)tranlate(0px,0px))时,我无法正确翻转它。 What is the reason? 是什么原因?

Check this >>> i think you miss a letter translate() try to validate your code to see what's wrong with it. 检查此>>>我认为您错过了一个字母translate()尝试验证您的代码以查看其出了什么问题。 I will recommend you to go https://validator.w3.org/#validate_by_inpu . 我建议您转到https://validator.w3.org/#validate_by_inpu i hope this was helpful. 我希望这可以帮到你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM