fedesoria / ember-countup

A countUp.js integration for Ember

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember-countup

A countUp.js integration for Ember

Installation

ember install ember-countup

Usage

Basic example

{{count-up startVal=0 endVal=42 duration=2}}

Full example, showing default values

{{count-up startVal=0 endVal=42 duration=2 decimals=0 useEasing=false useGrouping=false separator=',' decimal='.' prefix='' suffix=''}}

Styling

Style a span with the class .ember-countup:

<span id="ember389" class="ember-view ember-countup">42</span>

About

A countUp.js integration for Ember

License:MIT License


Languages

Language:JavaScript 70.1%Language:HTML 29.9%