关于 Vue 引用 animate.css 动画 不起作用的问题(版本兼容性)神坑
1. Vue 官网引用的是 animate.css 3.5 版本<link href="https://cdn.jsdelivr.net/npm/animate.css@3.5.1" rel="stylesheet" type="text/css">2. 不能引用 animate.css 最新版本 例如:(4.0)<link rel="stylesheet" href="http
·
1. Vue 官网引用的是 animate.css 3.5 版本
<link href="https://cdn.jsdelivr.net/npm/animate.css@3.5.1" rel="stylesheet" type="text/css">
2. 不能引用 animate.css 最新版本 例如:(4.0)
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ ajax/libs/animate.css/4.0.0/animate.min.css" />
3. vue 和 animate.css 版本兼容性问题导致动画不起作用
更多推荐
已为社区贡献6条内容
所有评论(0)