{"id":15285570,"url":"https://github.com/andreypelykh/angular-bounce","last_synced_at":"2025-07-24T14:32:42.767Z","repository":{"id":57178079,"uuid":"102852970","full_name":"andreypelykh/angular-bounce","owner":"andreypelykh","description":"Animate.css implementation for Angular4","archived":false,"fork":false,"pushed_at":"2018-05-03T18:14:39.000Z","size":319,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T23:40:00.200Z","etag":null,"topics":["angular","angular-cli","angular5","animatecss","animation","css"],"latest_commit_sha":null,"homepage":"https://andreypelykh.github.io/angular-bounce/docs/","language":"TypeScript","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/andreypelykh.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}},"created_at":"2017-09-08T11:10:29.000Z","updated_at":"2022-01-09T21:01:41.000Z","dependencies_parsed_at":"2022-09-14T02:01:10.304Z","dependency_job_id":null,"html_url":"https://github.com/andreypelykh/angular-bounce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andreypelykh/angular-bounce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreypelykh%2Fangular-bounce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreypelykh%2Fangular-bounce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreypelykh%2Fangular-bounce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreypelykh%2Fangular-bounce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreypelykh","download_url":"https://codeload.github.com/andreypelykh/angular-bounce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreypelykh%2Fangular-bounce/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266855903,"owners_count":23995582,"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-07-24T02:00:09.469Z","response_time":99,"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":["angular","angular-cli","angular5","animatecss","animation","css"],"created_at":"2024-09-30T15:06:14.680Z","updated_at":"2025-07-24T14:32:42.466Z","avatar_url":"https://github.com/andreypelykh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Angular Bounce\n=========\n\nAnimate.css for Angular4+;\n\n**AOT compatible**\n\n## Installation\n\n  `npm install angular-bounce --save`\n\n## Usage\n\n```typescript\n    import { BOUNCE_IN, BOUNCE_OUT } from 'angular-bounce';\n\n    @Component({\n      selector: 'app-root',\n      templateUrl: './app.component.html',\n      styleUrls: ['./app.component.css'],\n      animations: [\n        trigger('heroState', [\n          transition('inactive =\u003e active', [ \n            useAnimation(BOUNCE_IN)\n          ]),\n          transition('active =\u003e inactive', [ \n            useAnimation(BOUNCE_OUT)\n          ])\n        ])\n      ]\n    })\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreypelykh%2Fangular-bounce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreypelykh%2Fangular-bounce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreypelykh%2Fangular-bounce/lists"}