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.
我想在成帧器中对按钮的颜色变化进行动画处理,以便当鼠标悬停在按钮上时,按钮会改变颜色。这可能吗,如果可以,怎么做?
谢谢
好吧,您可以通过 css来完成,也可以使用 JavaScript 来完成,监听 DOM 事件(通过 vanilla JavaScript 或 jQuery)并更改 css 或 html 内容。
至于动画,你也可以使用css。
选择一个看起来更适合您当前在您的网站上做事的方式。
干杯。