SVG library for transitioning numbers with motion blur
JavaScript odometer or slot machine effect library for smoothly transitioning numbers with motion blur. Library uses functional approach and ES7 Function Bind Syntax. Internally based on SVG.
See the live version.
Installation
To install the stable version:
npm install --save bounty
Examples
The API is really simple and straigthforward:
; ;
You can use it with other options:
; ;
If you want to control ongoing animation just use methods from returned object:
; const cancel pause resume = ; const wait = ; const pasueAndRun = async { await ; ; await ; ; await ; ;}; ;
Library is built using UMD thus the following usage in HTML is possible.
The UMD build is also available on unpkg:
You can find the library on window.bounty
.
That's it?
Yea! That's it. Other options like font-family
and font-size
are taken from computed styles so you can just style it like the other layers.
How?
If you're interested how it's made, see the presentation.
Roadmap
There is a work in progress to implement additional features:
-
from
to
API. - Full ASCII transition support.
- Control animation.
- Introduce Webcomponents API
<svg-bounty>
License
The library is available under the MIT license. For more info, see the LICENSE file.