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 属性'font-size'。每当我尝试运行它时,都会收到“意外令牌 -”错误。有什么想法吗?Transit 不支持此属性吗?
您可能想尝试使用
'scale(x)'
我个人在使用 jquery/javascript 转换字体大小时遇到了问题,并且缩放效果很好。
它应该像这样工作:
elem.transition({ height: new_height, width: new_width, fontSize: "100px" });
您可能写了 font-size 而不是 fontSize。或者忘记在 CSS 文件中声明字体大小。