{"id":16549892,"url":"https://github.com/uiur/animationend","last_synced_at":"2025-06-20T14:37:08.806Z","repository":{"id":26718922,"uuid":"30176332","full_name":"uiur/animationend","owner":"uiur","description":"Detect when CSS animations have ended","archived":false,"fork":false,"pushed_at":"2018-01-18T17:15:16.000Z","size":148,"stargazers_count":7,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T22:11:07.800Z","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/uiur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-02T07:38:25.000Z","updated_at":"2025-02-24T03:46:53.000Z","dependencies_parsed_at":"2022-06-28T18:43:40.284Z","dependency_job_id":null,"html_url":"https://github.com/uiur/animationend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uiur/animationend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiur%2Fanimationend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiur%2Fanimationend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiur%2Fanimationend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiur%2Fanimationend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uiur","download_url":"https://codeload.github.com/uiur/animationend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiur%2Fanimationend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260963064,"owners_count":23089541,"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":[],"created_at":"2024-10-11T19:31:57.020Z","updated_at":"2025-06-20T14:37:03.785Z","avatar_url":"https://github.com/uiur.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# animationend\n[![npm version](https://badge.fury.io/js/animationend.svg)](http://badge.fury.io/js/animationend)\n[![Build Status](https://travis-ci.org/uiureo/animationend.svg?branch=master)](https://travis-ci.org/uiureo/animationend)\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/uiureo-animationend.svg)](https://saucelabs.com/u/uiureo-animationend)\n\nDetect when CSS transitions/animations have ended. Cross-browser tested.\n\nThe function returns ES6 Promise.\n\n``` javascript\nvar animationEnd = require('animationend')\n\nvar element = document.getElementById('id')\nanimate(element)\n\nanimationEnd(element).then(function(event) {\n  // called on transitionend or animationend\n})\n\nanimationEnd(element, function(event) {\n  // also you can use a normal callback\n})\n```\n\n## Installation\n```\nnpm install --save animationend\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuiur%2Fanimationend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuiur%2Fanimationend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuiur%2Fanimationend/lists"}