{"id":15999676,"url":"https://github.com/kcmr/count-up","last_synced_at":"2025-10-07T01:49:26.424Z","repository":{"id":58243928,"uuid":"94657121","full_name":"kcmr/count-up","owner":"kcmr","description":"A wrapper component for CountUp.js","archived":false,"fork":false,"pushed_at":"2018-02-05T14:20:52.000Z","size":2679,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-07T10:09:50.812Z","etag":null,"topics":["count-down","count-up","counter","polymer","web-component"],"latest_commit_sha":null,"homepage":"https://kcmr.github.io/count-up/components/count-up/demo/index.html","language":"HTML","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/kcmr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-18T00:49:47.000Z","updated_at":"2017-07-10T23:30:56.000Z","dependencies_parsed_at":"2022-08-31T00:31:25.282Z","dependency_job_id":null,"html_url":"https://github.com/kcmr/count-up","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/kcmr/count-up","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcmr%2Fcount-up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcmr%2Fcount-up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcmr%2Fcount-up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcmr%2Fcount-up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kcmr","download_url":"https://codeload.github.com/kcmr/count-up/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcmr%2Fcount-up/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708035,"owners_count":26031932,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["count-down","count-up","counter","polymer","web-component"],"created_at":"2024-10-08T09:00:51.261Z","updated_at":"2025-10-07T01:49:26.396Z","avatar_url":"https://github.com/kcmr.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u0026lt;count-up\u0026gt; \n\n[__Check out the demo__](https://kcmr.github.io/count-up/components/count-up/demo/index.html)\n\n`\u003ccount-up\u003e` is a wrapper component for [CountUp.js](https://github.com/inorganik/countUp.js) that displays an animated count up (or down) with configurable options like the duration, the easing function for the animation or the decimal separator, etc.\nFor examples of the easing function, check out [CountUp's demo](http://inorganik.github.io/countUp.js/).\n\n\n__Basic example:__\n```html\n\u003ccount-up start-value=\"100\" end-value=\"2000\"\u003e\u003c/count-up\u003e\n```\n\n__Update the current value from the previous `updateTo` value instead of `startValue`:__\n\n```html\n\u003ccount-up update-to=\"[[someValue]]\"\u003e\u003c/count-up\u003e\n```\n```js\n_onSomeValueChanged: function(value) {\n  this.someValue = value;\n}\n```\n\n__With decimals and custom decimal separators:__\n```html\n\u003ccount-up decimals=\"2\" decimal=\",\" separator=\".\"\u003e\u003c/count-up\u003e\n```\n\n## Styling\n\nThe following custom properties and mixins are available for styling:\n\n| Custom property | Description            | Default |\n| :-------------- | :--------------------- | :------ |\n| --count-up      | Mixin applied to :host | {}      |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkcmr%2Fcount-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkcmr%2Fcount-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkcmr%2Fcount-up/lists"}