Implement scroll-driven interactions using Intersection Observer, CSS scroll-driven animations, parallax effects, and scroll progress indicators. [EXPLICIT] Trigger: "scroll animation", "intersection observer", "parallax", "scroll-driven"
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill is limited to using the following tools:
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
"Scrolling is the new clicking — make the journey worth taking." — Unknown
Guides the implementation of scroll-driven interactions — fade-in animations triggered by Intersection Observer, CSS scroll-driven animations, parallax effects, scroll progress indicators, and snap scrolling. Use when you want to create engaging scroll experiences without sacrificing performance. [EXPLICIT]
prefers-reduced-motion requirementsprefers-reduced-motion: reduce (instant state, no animation)rootMargin and threshold valuesanimation-timeline: scroll() where supportedanimation-timeline: scroll(root) or JS fallbackscroll-snap-type for section-based scrolling experiencesprefers-reduced-motion — disable or simplify all animationsprefers-reduced-motion disables animations completelyprefers-reduced-motion respected — animations disabled for users who prefer itscroll event listeners instead of Intersection Observer (causes jank)portfolio-sites — scroll animations are common in portfoliosperformance-testing — measuring scroll performance impactExample invocations:
| Scenario | Handling |
|---|---|
| Empty or minimal input | Request clarification before proceeding |
| Conflicting requirements | Flag conflicts explicitly, propose resolution |
| Out-of-scope request | Redirect to appropriate skill or escalate |