我想在我的应用程序中使用动画,但它需要 SCSS 中的 @property 函数:
@property --border-angle {
syntax: "";
inherits: true;
initial-value: 0turn;
}
有没有办法在样式组件中做到这一点?
动画的完整代码位于:https://codepen.io/shshaw/pen/RwJwJJx
或者如何重写这个函数,使其不必使用 property 函数?
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号