2a6f7b6 Show on GitHub
- Author: Alisa
- Date: 1/21/2026, 11:54:54 PM
- Message: fix(hero): sync slide text fade-in and keep autoplay after manual navigation - Make hero title re-render per slide using a keyed block ({#key current}) to reliably retrigger fade-in on slide change - Replace manual active/RAF toggle logic with CSS keyframes for the title fade - Prevent autoplay from stopping after arrow clicks by resetting the interval instead of clearing it - Simplify slideshow logic: share the same next/prev functions for autoplay and user navigation refs: #244 #219 #237
- Stats: 291 total changes (+151 / -140)
Changed Files
src/lib/components/organisms/hero/Hero.svelte— +40 / -14 (54 changes)src/lib/components/organisms/navbar/NavBar.svelte— +111 / -126 (237 changes)