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.
我用 Raphael.js 创建了一个带有渐变背景的按钮。现在,当我将鼠标悬停在按钮上时,我想更改为不同的渐变Element.hover。但是一旦我将鼠标移到按钮上,它就开始只显示纯色。
Element.hover
这是我的小提琴。
也许它与浏览器有关。我只在 OS X 下测试了 Chrome 和 Safari。
问题是你transform之后会调用集合。该tranform()方法已弃用,请改用transformattr 。此外,您可能希望在创建元素时单独应用转换,因为众所周知,Raphael 在统一转换集合方面存在一些问题。
transform
tranform()