1.0.0 • Published 5 years ago

fancy-countup v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

fancy-countup

JavaScript

<script src="https://code.jquery.com/jquery-3.4.0.min.js" integrity="sha256-BJeo0qm959uMBGb65z40ejJYGSgR7REI4+CW1fNKwOg=" crossorigin="anonymous"></script>
<script src="assets/lib/fancy-countup/js/fancy-countup.min.js"></script>

Options

  • count
  • format
  • prefix
  • suffix
  • duration
  • delay

Code Snippet

<span data-countup='{"count":36487}'>0</span>
<span data-countup='{"count":89,"duration":10000,"suffix":"%"}'>0</span>
<span data-countup='{"count":36487,"format":"comma","delay":2}'>0</span>
<span data-countup='{"count":36487,"format":"space"}'>0</span>
<span data-countup='{"count":36487,"format":"alphanumeric"}'>0</span>
<span data-countup='{"count":36487,"format":"comma","prefix":"$"}'>0</span>

Please report bugs and contribute at github.

Powered by: create-fancy-plugin