{"id":22377073,"url":"https://github.com/jerosoler/ioaa","last_synced_at":"2025-07-30T23:31:50.644Z","repository":{"id":57275641,"uuid":"374336975","full_name":"jerosoler/ioaa","owner":"jerosoler","description":"Intersection Observer API Animation ⚡ Fast animation Inteserction Observer library","archived":false,"fork":false,"pushed_at":"2021-06-06T12:07:35.000Z","size":63,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-23T09:56:48.461Z","etag":null,"topics":["animation","animation-css","css","intersectionobserver","intersectionobserver-api","ioa","stylesheets"],"latest_commit_sha":null,"homepage":"https://jerosoler.github.io/ioaa/","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/jerosoler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["https://paypal.me/jerosoler"]}},"created_at":"2021-06-06T10:59:42.000Z","updated_at":"2021-06-06T12:07:37.000Z","dependencies_parsed_at":"2022-09-16T09:50:24.287Z","dependency_job_id":null,"html_url":"https://github.com/jerosoler/ioaa","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jerosoler/ioaa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerosoler%2Fioaa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerosoler%2Fioaa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerosoler%2Fioaa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerosoler%2Fioaa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerosoler","download_url":"https://codeload.github.com/jerosoler/ioaa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerosoler%2Fioaa/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267101148,"owners_count":24036328,"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-25T02:00:09.625Z","response_time":70,"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":["animation","animation-css","css","intersectionobserver","intersectionobserver-api","ioa","stylesheets"],"created_at":"2024-12-04T22:12:43.834Z","updated_at":"2025-07-30T23:31:50.378Z","avatar_url":"https://github.com/jerosoler.png","language":"JavaScript","funding_links":["https://paypal.me/jerosoler"],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"text-align:center\"\u003e\n\u003cp style=\"font-size:135px;\"\u003eIOAA\u003c/p\u003e\n        \u003cp\u003eIntersection Observer API Animation\u003c/p\u003e\n        \u003csmall\u003e⚡ Fast animation Inteserction Observer library\u003c/small\u003e\n\u003c/div\u003e\n\n# IOAA - Intersection Observer API Animation\n\n## Demo\n\n[Demo](https://jerosoler.github.io/ioaa/)\n\n## Install\n\nSimple install with npm or download dist file.\n\n### NPM\n\n```bash\nnpm install ioaa -s\n```\n\n### javascript\n\n```javascript\n\u003cscript type=\"module\"\u003eimport ioaa from \"../dist/ioaa.min.js\";\u003c/script\u003e\n```\n\n## How to use\n\n### HTML\n\n```html\n\u003cdiv class=\"ioaa\" data-ioaa-animation=\"animateLeft\" data-ioaa-repeat=\"true\"\u003e\n  ...\n\u003c/div\u003e\n```\n\n| Option              | Default | Description                 |\n| ------------------- | ------- | --------------------------- |\n| class               | ioaa    | Class Name for animation    |\n| data-ioaa-animation | null    | Your class name animation   |\n| data-ioaa-repeat    | false   | True or False, not required |\n\n### Javascript\n\n```\n\u003cscript type=\"module\"\u003e\n        import ioaa from \"../src/ioaa.js\";\n        ioaa(); // Or ioaa('.YOU_CLASSNAME');  Default ClassName ioaa\n\u003c/script\u003e\n```\n\n### CSS\n\n```css\n.animateLeft {\n  animation-name: fadeInLeft;\n  animation-duration: 1s;\n}\n@keyframes fadeInLeft {\n  from {\n    opacity: 0;\n    transform: translate3d(-100%, 0, 0);\n  }\n\n  to {\n    opacity: 1;\n    transform: translate3d(0, 0, 0);\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerosoler%2Fioaa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerosoler%2Fioaa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerosoler%2Fioaa/lists"}