{"id":21566808,"url":"https://github.com/sydinh/css-animation","last_synced_at":"2025-03-18T05:27:42.351Z","repository":{"id":114653155,"uuid":"112073842","full_name":"sydinh/css-animation","owner":"sydinh","description":"CSS Animation :boom:","archived":false,"fork":false,"pushed_at":"2017-11-27T16:13:22.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T12:14:04.568Z","etag":null,"topics":["css","css-animation","my-repo"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/sydinh.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-26T10:31:26.000Z","updated_at":"2023-04-11T15:21:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"7378099d-0a9f-4e47-b0e1-8f5358846e21","html_url":"https://github.com/sydinh/css-animation","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydinh%2Fcss-animation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydinh%2Fcss-animation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydinh%2Fcss-animation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydinh%2Fcss-animation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sydinh","download_url":"https://codeload.github.com/sydinh/css-animation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244162509,"owners_count":20408544,"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":["css","css-animation","my-repo"],"created_at":"2024-11-24T10:28:16.278Z","updated_at":"2025-03-18T05:27:42.329Z","avatar_url":"https://github.com/sydinh.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSS Animation\n\n## Animation Shorthand\n\n```css\nanimation: name duration timing-function delay iteration-count direction fill-mode;\n```\n\n## Basic Declaration \u0026 Usage\n\n### CSS\n\n```css\n@-webkit-keyframes NAME-YOUR-ANIMATION {\n  0%   { opacity: 0; }\n  100% { opacity: 1; }\n}\n@-moz-keyframes NAME-YOUR-ANIMATION {\n  0%   { opacity: 0; }\n  100% { opacity: 1; }\n}\n@-o-keyframes NAME-YOUR-ANIMATION {\n  0%   { opacity: 0; }\n  100% { opacity: 1; }\n}\n@keyframes NAME-YOUR-ANIMATION {\n  0%   { opacity: 0; }\n  100% { opacity: 1; }\n}\n```\n\n### CSS\n```css\n#box {\n  -webkit-animation: NAME-YOUR-ANIMATION 5s infinite; /* Safari 4+ */\n  -moz-animation:    NAME-YOUR-ANIMATION 5s infinite; /* Fx 5+ */\n  -o-animation:      NAME-YOUR-ANIMATION 5s infinite; /* Opera 12+ */\n  animation:         NAME-YOUR-ANIMATION 5s infinite; /* IE 10+, Fx 29+ */\n}\n```\n\n## References\n* [https://www.w3schools.com/css/css3_animations.asp](https://www.w3schools.com/css/css3_animations.asp)\n* [https://css-tricks.com/snippets/css/keyframe-animation-syntax/](https://css-tricks.com/snippets/css/keyframe-animation-syntax/)\n\n## Author\n* [A front-end developer with no special talents, only passionately curious.](https://sydinh.github.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsydinh%2Fcss-animation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsydinh%2Fcss-animation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsydinh%2Fcss-animation/lists"}