{"id":42319200,"url":"https://github.com/adamplesnik/tailwindcss-scroll-driven-animations","last_synced_at":"2026-01-27T12:35:14.196Z","repository":{"id":230539591,"uuid":"776559589","full_name":"adamplesnik/tailwindcss-scroll-driven-animations","owner":"adamplesnik","description":"Unofficial and experimental plugin for Tailwind CSS v3.4+ that provides utilities for scroll-driven animations.","archived":false,"fork":false,"pushed_at":"2025-04-22T09:24:43.000Z","size":1437,"stargazers_count":17,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T01:49:35.103Z","etag":null,"topics":["css","plugin","scroll-animations","tailwindcss"],"latest_commit_sha":null,"homepage":"https://scrolldriven.dev","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/adamplesnik.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-23T20:54:58.000Z","updated_at":"2025-04-22T09:24:41.000Z","dependencies_parsed_at":"2024-11-16T01:41:35.942Z","dependency_job_id":"f51b6b9c-6ad2-4782-83d5-9305590f4c57","html_url":"https://github.com/adamplesnik/tailwindcss-scroll-driven-animations","commit_stats":null,"previous_names":["adamplesnik/tailwindcss-scroll-driven-animations"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/adamplesnik/tailwindcss-scroll-driven-animations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamplesnik%2Ftailwindcss-scroll-driven-animations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamplesnik%2Ftailwindcss-scroll-driven-animations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamplesnik%2Ftailwindcss-scroll-driven-animations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamplesnik%2Ftailwindcss-scroll-driven-animations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamplesnik","download_url":"https://codeload.github.com/adamplesnik/tailwindcss-scroll-driven-animations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamplesnik%2Ftailwindcss-scroll-driven-animations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css","plugin","scroll-animations","tailwindcss"],"created_at":"2026-01-27T12:35:14.131Z","updated_at":"2026-01-27T12:35:14.188Z","avatar_url":"https://github.com/adamplesnik.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scroll-driven Animations for Tailwind CSS\n\n!['License'](https://flat.badgen.net/github/license/adamplesnik/tailwindcss-scroll-driven-animations)\n!['Checks'](https://flat.badgen.net/github/checks/adamplesnik/tailwindcss-scroll-driven-animations)\n!['Stars'](https://flat.badgen.net/github/stars/adamplesnik/tailwindcss-scroll-driven-animations)\n\n**Unofficial** and experimental plugin for Tailwind CSS v3.4+ that provides utilities for scroll-driven animations.\n\n`unofficial` `experimental` `chrome-115+`\n\n## Installation\n\nInstall the plugin from npm:\n\n```sh\nnpm install @adam.plesnik/tailwindcss-scroll-driven-animations\n```\n\nThen add the plugin to your `tailwind.config.js`:\n\n```js\nmodule.exports = {\n  plugins: [\n    require('@adam.plesnik/tailwindcss-scroll-driven-animations'),\n    // ...\n  ],\n}\n```\n\n## Usage\n\nThe plugin provides utilities for a subset of CSS scroll-driven animation properties.\n\n- `animation-timeline`\n- `animation-range`\n- `scroll-timeline`, `view-timeline`\n- `timeline-scope`\n\n### Animation Timeline\n\nThe single most impressive feature of scroll-driven animations is an anonymous animation timeline. It allows user to easily trigger anything just by scrolling the page. The plugin allows user to use the `.timeline` CSS class which defaults to `animation-timeline: scroll(y)` and also provides an option to set custom timeline name with a modifier.\n\n### Scroll and View Timeline\n\nScroll and View timelines provide user with better control over the animations. Both `.scroll-timeline` and `.view-timeline` are meant to be used with modifiers to set the timeline name.\n\n### Range\n\nAnimation range controls start and end of an animation. Utility class `.range` offers various options along with a possibility to use length modifiers.\n\n### Scope\n\nTimeline scope allows to control animated elements outside the parent which defines the timeline. Utility `.scope` should be used with a modifier to define the timeline name set by `.scroll-timeline` or `.view-timeline`.\n\n### Browser Support\n\nScroll-driven animations are not broadly supported yet. Use the `no-animations:...` variant for fallback styling.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamplesnik%2Ftailwindcss-scroll-driven-animations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamplesnik%2Ftailwindcss-scroll-driven-animations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamplesnik%2Ftailwindcss-scroll-driven-animations/lists"}