1.0.0 • Published 8 years ago
countup.js-angular1 v1.0.0
CountUp.js Angular 1.x Module
Animates a numerical value by counting to it.
Despite its name, CountUp can count in either direction, depending on the start-val and end-val attributes that you pass.
Demo (CountUp + angular-scroll-spy)
See Also
- CountUp.js repo
- CountUp.js Angular ^2 Module
- CountUp.js React
- CountUp.js WordPress Plugin((https://wordpress.org/plugins/countup-js/)
Usage
Inject countUpModule. Use the count-up attribute to quickly create an animation. It also integrates nicely with the Angular-scroll-spy directive.
Attributes:
end-val: Number(required)start-val: Numberduration: Numberdecimals: Numberoptions: Object(see CountUp)
Create your animation like the examples below:
<h2 count-up end-val="873.4"></h2>With angular-scroll-spy:
<h2 count-up id="numberAnimation" end-val="873.4" scroll-spy-event="elementFirstScrolledIntoView" scroll-spy></h2>Dependency
countup.js is configured as a dependency in package.json. If you are manually including dependencies, make sure to include:
countUp.min.jsangular-countUp.min.js
Contributing
Before you make a pull request, please be sure to follow these simple instructions:
- Do your work on
angular-countUp.jsin the root directory. - In Terminal,
cdto the repo directory. - Run
npm install, which installs gulp and its dependencies. - Run
gulp, which copies and minifies the .js files to thedistfolder.
1.0.0
8 years ago