{"id":17233679,"url":"https://github.com/anthonyshort/has-transitions","last_synced_at":"2025-08-16T11:11:24.177Z","repository":{"id":8548232,"uuid":"10170508","full_name":"anthonyshort/has-transitions","owner":"anthonyshort","description":"Tiny component to detect for transition support","archived":false,"fork":false,"pushed_at":"2013-08-23T11:21:15.000Z","size":159,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T07:41:38.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/anthonyshort.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.md","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":"2013-05-20T10:21:42.000Z","updated_at":"2014-02-26T18:59:31.000Z","dependencies_parsed_at":"2022-08-30T13:51:34.787Z","dependency_job_id":null,"html_url":"https://github.com/anthonyshort/has-transitions","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/anthonyshort/has-transitions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyshort%2Fhas-transitions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyshort%2Fhas-transitions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyshort%2Fhas-transitions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyshort%2Fhas-transitions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonyshort","download_url":"https://codeload.github.com/anthonyshort/has-transitions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyshort%2Fhas-transitions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270702562,"owners_count":24630877,"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-08-16T02:00:11.002Z","response_time":91,"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":[],"created_at":"2024-10-15T05:25:50.928Z","updated_at":"2025-08-16T11:11:24.129Z","avatar_url":"https://github.com/anthonyshort.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# has-transitions\n\n  Determine if an element has transitions\n\n## Installation\n\n    $ component install anthonyshort/has-transitions\n\nor via npm for Browserify\n\n    $ npm install has-transitions\n\n## API\n\n    var hasTransitions = require('has-transitions');\n    var cssEmitter = require('css-emitter');\n\n    if(hasTransitions(el)) {\n      cssEmitter(el).bind(onTransitionEnd);\n    }\n    else {\n      onTransitionEnd();\n    }\n\n## Methods\n\n### hasTransitions([el])\n\nDetermine if an element has any transition properties. If the browser doesn't\nsupport transitions this will always return false.\n\nIf `el` isn't passed it will return a boolean for browser support for transitions.\n\n## License\n\n  MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonyshort%2Fhas-transitions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonyshort%2Fhas-transitions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonyshort%2Fhas-transitions/lists"}