{"id":26605762,"url":"https://github.com/wombosvideo/tw-animate-css","last_synced_at":"2025-04-06T23:15:20.487Z","repository":{"id":274638846,"uuid":"923567003","full_name":"Wombosvideo/tw-animate-css","owner":"Wombosvideo","description":"TailwindCSS v4.0 compatible replacement for `tailwindcss-animate`","archived":false,"fork":false,"pushed_at":"2025-03-28T09:49:18.000Z","size":68,"stargazers_count":199,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T23:15:04.324Z","etag":null,"topics":["animation","tailwindcss","tailwindcss-animate","tailwindcss-v4"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/tw-animate-css","language":"CSS","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/Wombosvideo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["Wombosvideo"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-01-28T13:35:25.000Z","updated_at":"2025-04-06T12:44:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c36d506-110a-4010-bd4e-8d43d5dbc919","html_url":"https://github.com/Wombosvideo/tw-animate-css","commit_stats":null,"previous_names":["wombosvideo/tailwindcss-animate-v4","wombosvideo/tw-animate-css","wombosvideo/tailwind-animate-css"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wombosvideo%2Ftw-animate-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wombosvideo%2Ftw-animate-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wombosvideo%2Ftw-animate-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wombosvideo%2Ftw-animate-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wombosvideo","download_url":"https://codeload.github.com/Wombosvideo/tw-animate-css/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563934,"owners_count":20958971,"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":["animation","tailwindcss","tailwindcss-animate","tailwindcss-v4"],"created_at":"2025-03-23T21:15:59.916Z","updated_at":"2025-04-06T23:15:20.451Z","avatar_url":"https://github.com/Wombosvideo.png","language":"CSS","funding_links":["https://github.com/sponsors/Wombosvideo"],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# tw-animate-css\n\nTailwindCSS v4.0 compatible replacement for [`tailwindcss-animate`][Original_Plugin_GitHub].\n\nInstead of being an old-fashioned JavaScript plugin, this package provides a\nCSS file defining custom utilities based on the new\n[CSS-first architecture][TailwindCSS_Custom_Utilities].\n\n## Installation\n\n### NPM\n\n1. Install the package with `npm`:\n\n   ```bash\n   npm install -D tw-animate-css\n   ```\n\n2. Add the following line to your `app.css` or `globals.css` file:\n\n   ```css\n   @import \"tw-animate-css\";\n   ```\n\n3. Start using the animations!\n\n\u003e [!NOTE]\n\u003e This code works with esbuild, Vite and probably other bundlers too. If you are\n\u003e using a different bundler, the syntax may differ.\n\u003e [Let me know][Create_Issue] how it works and I'll update the documentation.\n\n### Manual download\n\n1. Download the [`tw-animate.css`][CSS_File]\n   file from GitHub and place it next to your `app.css` or `globals.css` file.\n2. Add the following line to your `app.css` or `globals.css` file:\n\n   ```css\n   @import \"./tw-animate.css\";\n   ```\n\n3. Start using the animations!\n\n## Usage\n\n\u003e [!NOTE]\n\u003e The documentation is currently under construction. Please refer to the [original documentation][Original_Plugin_Docs] for now.\n\u003e\n\u003e I added the `accordion-down`, `accordion-up` and `caret-blink` animations to the package. They still need their final touches,\n\u003e but I thought I let you know. And you can already use them with the default values.\n\n---\n\n\u003e [!NOTE]\n\u003e I use very litte of the original library, so it might not be a 100% compatible\n\u003e drop-in replacement. If you notice any inconsistencies, feel free to contribute\n\u003e to this repository by opening a pull-request.\n\n\u003c!-- Links --\u003e\n\n[Original_Plugin_GitHub]: https://github.com/jamiebuilds/tailwindcss-animate\n[Original_Plugin_Docs]: https://github.com/jamiebuilds/tailwindcss-animate/blob/main/README.md\n[TailwindCSS_Custom_Utilities]: https://tailwindcss.com/docs/adding-custom-styles#adding-custom-utilities\n[Create_Issue]: https://github.com/Wombosvideo/tw-animate-css/issues/new\n[CSS_File]: https://raw.githubusercontent.com/Wombosvideo/tw-animate-css/refs/heads/main/src/tw-animate.css\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwombosvideo%2Ftw-animate-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwombosvideo%2Ftw-animate-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwombosvideo%2Ftw-animate-css/lists"}