{"id":31906688,"url":"https://github.com/theswedishdev/animatecss-helper","last_synced_at":"2026-05-14T21:33:01.600Z","repository":{"id":122660672,"uuid":"83337557","full_name":"theswedishdev/animatecss-helper","owner":"theswedishdev","description":"A JavaScript helper for animate.css","archived":false,"fork":false,"pushed_at":"2021-04-14T20:42:29.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T19:59:00.958Z","etag":null,"topics":["animatecss","animation","css","helper","javascript","javascript-helper"],"latest_commit_sha":null,"homepage":"","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/theswedishdev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-02-27T17:25:35.000Z","updated_at":"2021-04-14T20:42:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"8023a361-0490-4528-b9a9-cdf470dff02d","html_url":"https://github.com/theswedishdev/animatecss-helper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theswedishdev/animatecss-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theswedishdev%2Fanimatecss-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theswedishdev%2Fanimatecss-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theswedishdev%2Fanimatecss-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theswedishdev%2Fanimatecss-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theswedishdev","download_url":"https://codeload.github.com/theswedishdev/animatecss-helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theswedishdev%2Fanimatecss-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33044113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["animatecss","animation","css","helper","javascript","javascript-helper"],"created_at":"2025-10-13T14:53:21.746Z","updated_at":"2026-05-14T21:33:01.592Z","avatar_url":"https://github.com/theswedishdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# animate.css-helper\n\n## What is this?\nA simple promise-based JavaScript helper for [Daniel Eden's](https://github.com/daneden) [Animate.css](https://github.com/daneden/animate.css). By including a small script you can animate certain DOM elements from JavaScript.\nThe script will add two classes; `animated` and the specified animation's name, when the animation is done these two classes will be removed from DOM elements to not cause a pain in the backside.\n\n## Installing\n```bash\n$ git clone https://github.com/theswedishdev/animatecss-helper\n```\n\n## Usage\n### Including it in your project\nInclude animate.css\n```html\n\u003clink rel=\"stylesheet\" href=\"animate.css\" type=\"text/css\"\u003e\n```\nInclude the script\n```html\n\u003cscript src=\"animatecss-helper.js\" type=\"application/javascript\"\u003e\u003c/script\u003e\n```\n\n### Add animation to a DOM element\n```js\ndocument.querySelector(\"#demo\").animateCss(\"tada\").then(function(element) {\n  console.log(\"Done animating\", element);\n});\n```\n\n### Add animation to multiple DOM elements\n```js\ndocument.querySelectorAll(\".demo\").animateCss(\"tada\").then(function(elements) {\n  console.log(\"Done animating\", elements);\n});\n```\n\n## License\n[MIT](LICENSE) \u0026copy; [Joel Ericsson](https://github.com/theswedishdev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheswedishdev%2Fanimatecss-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheswedishdev%2Fanimatecss-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheswedishdev%2Fanimatecss-helper/lists"}