# 动画 https://animate.style/
npm install animate.css --save
import animated from "animate.css";
Vue.use(animated);
```
Animate.css v4 brought some improvements, improved animations, and new animations, which makes it worth upgrading. But it also comes with a breaking change: we have added prefix for all of the Animate.css classes - defaulting to animate__ - so a direct migration is not possible.
```