李恒道 发表于 2025-1-28 15:06:38

小程序使用animate.css无效

导入animate.css之后还需要在全局加一句
```css
page {
--animate-duration: 1s;
--animate-delay: 1s;
--animate-repeat: 1;
}

```
页: [1]
查看完整版本: 小程序使用animate.css无效