Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: inorganik/countUp.js

Tags

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Animate when visible (use intersection observer) (#356)

* Update options and README

* Adding demos

* fix orphaned observer issue

* onDestroy method

* more demo refinements

* auto animate options in demos

* modernize demo syntax (RIP var, xmlhttprequest)

* add specs, lint

* build

* update README

* further README improvements

* copilot PR feedback

* add tabular nums blurb in README

v2.9.0

Toggle v2.9.0's commit message
adding parse tests, lint, build

v2.8.2

Toggle v2.8.2's commit message
bump version

v2.8.1

Toggle v2.8.1's commit message
provide exports

v2.8.0

Toggle v2.8.0's commit message
bump version, add test for onStartCallback

v2.7.0

Toggle v2.7.0's commit message
bump minor verion for updated main in package.json

v2.6.2

Toggle v2.6.2's commit message
make rollup not rewrite this to window

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rollup build (#311)

* replace gulp build with rollup

* bump version

* point main to es6 module

* revert change to test umd

* remove browserify

* update eslint config

* fix rollup error

* update readme

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support plugins (#307)

* support plugins

* add plugin test

* Update README

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add onCompleteCallback option (#303)

* add onCompleteCallback option

* update demo

* new tests

* update docs

* update index