# jlmakes/scrollreveal

Animate elements as they scroll into view.

Repository: https://github.com/jlmakes/scrollreveal
Canonical: https://ross.abutalabs.com/products/scrollreveal
Homepage: https://scrollrevealjs.org/
Language: JavaScript
License Family: other
Topics: reveal, animation, scroll, javascript, css, transition, transform, scrollreveal
Last push: 2024-04-05T17:55:48+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4612, "days_push": 880, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 22473, forks 2203 (observed 2026-08-28T04:11:32.647836+00:00)

## What it is
ScrollReveal is a lightweight JavaScript library (5.7 kB min+gzip) for animating DOM elements as they scroll into view, using CSS transitions and transforms. It provides a simple singleton API where you call ScrollReveal().reveal() with CSS selectors to create scroll-triggered reveal effects.

## Use cases
- animate elements as they scroll into view
- add fade-in effects to page sections on scroll
- create scroll-triggered reveal animations without heavy dependencies
- make landing pages more dynamic with entrance animations
- reveal cards or images progressively while scrolling
- add subtle motion to a website without a full animation framework

## When to choose
- you want tiny, dependency-free scroll animations in plain JavaScript or any framework
- you need simple declarative reveal effects via CSS selectors
- you want a mature library with a stable API and extensive documentation

## When to avoid
- you need complex timeline-based or physics-based animation choreography
- you require an MIT or permissive license for redistribution (ScrollReveal is GPLv3 with paid commercial options)
- you need scroll-linked (scrubbed) animations rather than one-time reveal triggers

## Facets
- artifact type: library
- maturity: stable
- function: animation, ui-components
- domain: web-development, frontend
- platform: browser
- tags: scroll-animations, css-transitions, reveal-effects, javascript, nodejs

## Member repositories
- jlmakes/scrollreveal (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:32.647836+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:57:09.838790+00:00, confidence not recorded.
  - readme: https://github.com/jlmakes/scrollreveal (fetched 2026-08-28T04:11:32.647836+00:00, sha e7f05a697c56)
  - homepage: https://scrollrevealjs.org/ (fetched 2026-08-29T07:55:48.134912+00:00, sha ec6cae1d9abc)
  - registry_npm: https://registry.npmjs.org/scrollreveal (fetched 2026-08-29T07:55:48.145295+00:00, sha 77ed4eb5190d)
  - site_page: https://scrollrevealjs.org/pricing (fetched 2026-08-29T07:55:48.143659+00:00, sha 5ec1016c54bb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
