LoginSignup
12
9

More than 5 years have passed since last update.

Vue.jsとAnime.jsで数値アニメーション

Last updated at Posted at 2019-03-12

概要

数字がだんだん増える演出をVue.jsとAnime.jsを使用してつくった。

See the Pen Vue.js Count Animation by T_Y (@ymnk) on CodePen.

説明

Anime.jsを使えば、オブジェクトの値に対してアニメーションをつけることができる。
https://animejs.com/documentation/#JSobject

Vue.jsでは実際の数値データ(num)と表示用の数値データ(count)を設定した。
変化の流れは以下の感じで。

1.numが変化
2.numをwatchで監視
3.countをアニメーション

filterでカンマの有無を切り替えたのはおまけ。

12
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
9