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 版本兼容性问题导致动画不起作用

Logo

前往低代码交流专区

更多推荐