{"id":16382230,"url":"https://github.com/aishek/jquery-animatenumber","last_synced_at":"2025-04-15T03:50:46.395Z","repository":{"id":11196868,"uuid":"13579073","full_name":"aishek/jquery-animateNumber","owner":"aishek","description":"jQuery animate number","archived":false,"fork":false,"pushed_at":"2020-12-31T15:53:50.000Z","size":98,"stargazers_count":769,"open_issues_count":2,"forks_count":169,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-04-07T18:08:43.492Z","etag":null,"topics":["animations","javascript","jquery","jquery-animatenumber","jquery-plugin"],"latest_commit_sha":null,"homepage":"http://aishek.github.io/jquery-animateNumber","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aishek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-15T02:52:50.000Z","updated_at":"2025-03-07T07:49:53.000Z","dependencies_parsed_at":"2022-08-31T00:00:16.733Z","dependency_job_id":null,"html_url":"https://github.com/aishek/jquery-animateNumber","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aishek%2Fjquery-animateNumber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aishek%2Fjquery-animateNumber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aishek%2Fjquery-animateNumber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aishek%2Fjquery-animateNumber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aishek","download_url":"https://codeload.github.com/aishek/jquery-animateNumber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249003944,"owners_count":21196794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animations","javascript","jquery","jquery-animatenumber","jquery-plugin"],"created_at":"2024-10-11T04:04:25.230Z","updated_at":"2025-04-15T03:50:46.377Z","avatar_url":"https://github.com/aishek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Code Climate](https://codeclimate.com/github/aishek/jquery-animateNumber.png)](https://codeclimate.com/github/aishek/jquery-animateNumber)\n\njquery-animateNumber\n====================\n\n[Demo](http://aishek.github.io/jquery-animateNumber/) | [v0.0.14 – Latest Release](https://github.com/aishek/jquery-animateNumber/releases/tag/v0.0.14)\n\n[README на русском языке](https://github.com/aishek/jquery-animateNumber/blob/master/README.ru.md)\n\njQuery numbers animation plugin, adds 'number' property and step function to jQuery's animate function properties.\n\nRequires jQuery 1.7.0 or higher (latest tested with 3.3.1).\n\n## Quick example\n```html\n\u003cp\u003eFun level \u003cspan id=\"fun-level\" style=\"color: red; font-size: 0px;\"\u003e0 %\u003c/span\u003e.\u003c/p\u003e\n```\n\n```js\n// animateNumber accepts same arguments, as animate does\n// it adds only 'number' and 'numberStep' params\n$('#fun-level').animateNumber(\n  {\n    number: 100,\n    color: 'green', // require jquery.color\n    'font-size': '50px',\n\n    // optional custom step function\n    // using here to keep '%' sign after number\n    numberStep: function(now, tween) {\n      var floored_number = Math.floor(now),\n          target = $(tween.elem);\n\n      target.text(floored_number + ' %');\n    }\n  },\n  {\n    easing: 'swing',\n    duration: 1800\n  }\n);\n```\n\n[All examples](http://aishek.github.io/jquery-animateNumber/)\n\n## Alternative plugins for same task\n\n* [jQuery Numerator](http://plugins.jquery.com/numerator/)\n\n## Development\n\n1. `npm install grunt-cli -g`\n2. `npm install`\n3. `https://github.com/gmarty/grunt-closure-compiler`\n4. `grunt watch`\n\n## Note on Patches / Pull Requests\n\n* Fork the project.\n* Make your feature addition or bug fix.\n* Send me a pull request. Bonus points for topic branches.\n\n## License\n\nIt is free software, and may be redistributed under the terms specified in the LICENSE file.\n\n## Contributors\n\n* [Alexandr Borisov](https://github.com/aishek)\n* [Greg Thornton](https://github.com/xdissent)\n* [Tomáš Opekar](https://github.com/topik)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faishek%2Fjquery-animatenumber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faishek%2Fjquery-animatenumber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faishek%2Fjquery-animatenumber/lists"}