{"id":14973538,"url":"https://github.com/benjamincharity/angular-disable-animate","last_synced_at":"2025-10-29T21:16:04.972Z","repository":{"id":57178290,"uuid":"55432136","full_name":"benjamincharity/angular-disable-animate","owner":"benjamincharity","description":":no_entry_sign: An AngularJS directive that disables ng-animate on selected elements.","archived":false,"fork":false,"pushed_at":"2016-07-07T14:37:11.000Z","size":16,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T06:40:33.991Z","etag":null,"topics":["angularjs","disable-animate"],"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/benjamincharity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-04T17:45:59.000Z","updated_at":"2019-01-05T01:55:28.000Z","dependencies_parsed_at":"2022-09-11T07:01:14.977Z","dependency_job_id":null,"html_url":"https://github.com/benjamincharity/angular-disable-animate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjamincharity%2Fangular-disable-animate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjamincharity%2Fangular-disable-animate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjamincharity%2Fangular-disable-animate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjamincharity%2Fangular-disable-animate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjamincharity","download_url":"https://codeload.github.com/benjamincharity/angular-disable-animate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238418230,"owners_count":19468869,"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":["angularjs","disable-animate"],"created_at":"2024-09-24T13:48:55.411Z","updated_at":"2025-10-05T20:21:54.666Z","avatar_url":"https://github.com/benjamincharity.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-disable-animate\n\n\u003e An Angular directive that disables ng-animate.\n\nIn the past I have needed a way to easily disable Angular's `$animate` for a specific element. This\ntiny directive is the result of that need and the dislike for copy \u0026 pasting code across projects.\n\nFurther reading: [$animate documentation][animate_docs]\n\n- - -\n\n_[Comments and pull requests welcome!][issues]_\n\n## Installation\n\n```bash\n$ bower install angular-disable-animate --save\n$ npm install angular-disable-animate --save\n```\n\nOr\n\nInclude the JavaScript file in the head of your document:\n\n```html\n\u003cscript src=\"angular-disable-animate.js\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\nInclude the module as a dependency of your application:\n\n```javascript\nangular.module('myModule', ['bc.AngularDisableAnimate']);\n```\n\nUse directive as an attribute:\n\n```html\n\u003cdiv bc-disable-animate\u003eFoo\u003c/div\u003e\n```\n\n\n### Scripts\n\n* `npm run build` - produces production version of your library under the `dist` folder\n* `npm run watch` - produces development version of your library under the `dist` folder and runs a\n    watcher\n\n\n[animate_docs]: https://docs.angularjs.org/api/ng/service/$animate\n[issues]: https://github.com/benjamincharity/angular-disable-animate/issues\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjamincharity%2Fangular-disable-animate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjamincharity%2Fangular-disable-animate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjamincharity%2Fangular-disable-animate/lists"}