feat: scroll-down indicator arrow #50

Closed
opened 2026-06-04 12:02:35 +00:00 by jmiller · 1 comment
Owner

Summary

Add an optional animated scroll-down indicator (chevron/arrow) at the bottom of the hero section to prompt users to scroll.

Requirements

  • New showScrollIndicator switcher field (default off)
  • Render an SVG chevron or CSS arrow centred at the bottom of the hero
  • Subtle bounce animation on a loop
  • Smooth-scroll to the next section on click
  • Auto-hide after the user scrolls past the hero (IntersectionObserver)
  • Respect prefers-reduced-motion (disable bounce, keep static arrow)

Acceptance Criteria

  • Animated arrow appears at bottom centre of hero when enabled
  • Clicking it scrolls smoothly to the content below the hero
  • Arrow disappears once hero is scrolled out of view
  • Animation disabled under reduced-motion
## Summary Add an optional animated scroll-down indicator (chevron/arrow) at the bottom of the hero section to prompt users to scroll. ## Requirements - New `showScrollIndicator` switcher field (default off) - Render an SVG chevron or CSS arrow centred at the bottom of the hero - Subtle bounce animation on a loop - Smooth-scroll to the next section on click - Auto-hide after the user scrolls past the hero (IntersectionObserver) - Respect `prefers-reduced-motion` (disable bounce, keep static arrow) ## Acceptance Criteria - [ ] Animated arrow appears at bottom centre of hero when enabled - [ ] Clicking it scrolls smoothly to the content below the hero - [ ] Arrow disappears once hero is scrolled out of view - [ ] Animation disabled under reduced-motion
jmiller added the cssenhancementinvalidjoomla labels 2026-06-04 12:02:35 +00:00
Author
Owner

Branch created: feature/50-feat-scroll-down-indicator-arrow

git fetch origin
git checkout feature/50-feat-scroll-down-indicator-arrow
Branch created: [`feature/50-feat-scroll-down-indicator-arrow`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/src/branch/feature/50-feat-scroll-down-indicator-arrow) ```bash git fetch origin git checkout feature/50-feat-scroll-down-indicator-arrow ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomHero#50