https://material.io/design/iconography/animated-icons.html我附加了上面的链接,我如何在我的react应用程序中集成图标没有任何代码。
发布于 2020-06-17 23:26:22
我认为material-ui不支持它,但是你可以使用css转换来实现它。
也许这个库可以帮你解决这个问题,或者至少启发你的实现?
https://mui.wertarbyte.com/#material-ui-toggle-icon
他们的实现看起来很不错,有很好的文档和麻省理工学院的:https://github.com/TeamWertarbyte/material-ui-toggle-icon
发布于 2019-04-26 20:44:27
Google Material没有为他们的图标提供动画实现。They do; however, provide a specification/guideline for animation with Material Icons.
此外,您可以根据需要在此处下载SVG图标:https://material.io/tools/icons/并导入到您的代码中。
https://stackoverflow.com/questions/54144743
复制相似问题