アプリケーションAnimate.cssのVUEで

公式サイト:http://www.animate.net.cn/

オンラインデモ:https://www.dowebok.com/demo/2014/98/ 

1、インストール

cnpm i animate.css -S

2、main.jsに組み込ま

import animated from 'animate.css';
Vue.use(animated);

3.アプリケーション

(注:その後、アニメーション化したいカテゴリを追加したアニメーションがそうでなければ無効で、アニメーション、このクラス名を使用する必要があります。)

<div class="animated slideInLeft"> 
			132132132
</div>

若しくは

<router-view class="animated fadeIn"></router-view>

 

公開された319元の記事 ウォンの賞賛124 ビュー120 000 +

おすすめ

転載: blog.csdn.net/qq_40323256/article/details/104349551