vue-animation-counter

1.0.30 • Public • Published

V-Number

Animated number transition library for Vue.js

Installation

yarn add vue-animation-counter
// or
npm install vue-animation-counter
// or 
cnpm i vue-animation-counter --save

Usage

Simple lightweight library for smooth vertical number transitions

import { VNumber } from "@vue-animation-counter";
import { VNumfy } from "@vue-animation-counter";

And use:

<v-number v-model="someNumber"></v-number>

You can set custom animation speed in ms:

<v-number :speed="2000" v-model="someNumber"></v-number>

Flashing number transitions

import { VFlashNumber } from "@vue-animation-counter";

Flashing number transitions that will supports blockchain numbers

import { VFNumber } from "@vue-animation-counter";
   <v-f-number
            :start-val="0"
            :end-val="900000000"
            :decimals="10"
            :decimal-show="3"
            :duration="3000"
            subfix="BTC"
          />

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.3050latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.3050
1.0.290
1.0.280
1.0.270
1.0.260
1.0.250
1.0.240
1.0.231
1.0.220
1.0.190
1.0.180
1.0.171
1.0.151
1.0.141
1.0.130
1.0.120
1.0.112

Package Sidebar

Install

npm i vue-animation-counter

Weekly Downloads

37

Version

1.0.30

License

MIT

Unpacked Size

2.03 MB

Total Files

22

Last publish

Collaborators

  • jrhess