{"id":28541438,"url":"https://github.com/zestia/animation-utils","last_synced_at":"2026-02-28T18:02:04.240Z","repository":{"id":43192848,"uuid":"412188815","full_name":"zestia/animation-utils","owner":"zestia","description":"🎞 Basic utils for dealing with animations \u0026 transitions","archived":false,"fork":false,"pushed_at":"2025-05-14T11:26:33.000Z","size":1592,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-10-30T01:45:03.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zestia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-09-30T18:57:06.000Z","updated_at":"2025-05-14T11:26:36.000Z","dependencies_parsed_at":"2023-01-22T00:01:53.361Z","dependency_job_id":"bfaaaccd-43b1-483a-a240-231d115bcd3b","html_url":"https://github.com/zestia/animation-utils","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/zestia/animation-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zestia%2Fanimation-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zestia%2Fanimation-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zestia%2Fanimation-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zestia%2Fanimation-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zestia","download_url":"https://codeload.github.com/zestia/animation-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zestia%2Fanimation-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29946463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T17:57:52.716Z","status":"ssl_error","status_checked_at":"2026-02-28T17:57:31.974Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-06-09T20:08:31.692Z","updated_at":"2026-02-28T18:02:04.221Z","avatar_url":"https://github.com/zestia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @zestia/animation-utils\n\nUtils for working with animations and transitions.\n\n## Installation\n\n```\nnpm install --save-dev @zestia/animation-utils\n```\n\nAdd the following to `~/.npmrc` to pull @zestia scoped packages from Github instead of NPM.\n\n```\n@zestia:registry=https://npm.pkg.github.com\n//npm.pkg.github.com/:_authToken=\u003cYOUR_GH_TOKEN\u003e\n```\n\n## waitForAnimation\n\n```javascript\n// Wait for animations to start and finish\nawait waitForAnimation(element);\n\n// Wait for animations to finish, if there are any\nawait waitForAnimation(element, { maybe: true });\n\n// Wait for animations to start and finish, including descendants\nawait waitForAnimation(element, { subtree: true });\n\n// Wait for an animation to start and finish by name\nawait waitForAnimation(element, { animationName: 'fade-out' });\n\n// Wait for a transition to start and finish by name\nawait waitForAnimation(element, { transitionProperty: 'margin-left' });\n\n// Wait for an animation to start and finish by name, including descendants\nawait waitForAnimation(element, { subtree: true, animationName: 'move' });\n```\n\n## Contributing\n\n- `npx testem` to run the tests in-browser\n- `npx testem ci` to run the tests in headless mode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzestia%2Fanimation-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzestia%2Fanimation-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzestia%2Fanimation-utils/lists"}