Route
- Path:
/mision(Spanish) or/en/mision(English) - File:
src/pages/[...lang]/mision.astro - Type: Static page with scroll-driven animations
Page Structure
Hero Section
Video background hero with mission statement:src/pages/[...lang]/mision.astro
ScrollGallery Section
Interactive scroll-driven gallery with text and images:Slides Data
ScrollGallery Component
TheScrollGallery component creates a horizontal scrolling experience:
src/components/ScrollGallery.astro
Final Content Section
Static section with text and image:Vertical Layout
Stacks text above image:Animations
Hero Animation
Bubble Effect (Desktop)
Sections scale up as they enter viewport:Parallax Images
Text Reveal
Text elements fade in and slide up:Hero ScrollTrigger
Returns to hero video when scrolling back:Styling
Section Layout
Bubble Wrapper
Content Grid
Parallax Container
Mobile Responsiveness
Background Management
The page usesGlobalBackground to manage video and image backgrounds that change as user scrolls:
bg-change custom events coordinated with ScrollTrigger.
Key Features
- Video hero with animated text
- Horizontal scroll gallery with 4 value statements
- Bubble effect on section entry (desktop)
- Parallax image movement
- Text reveal animations
- Dynamic background changes
- Fully responsive design
Related Components
ScrollGallery.astro- Horizontal scroll galleryGlobalBackground.astro- Video/image background managerEmptySection.astro- Spacing sectionNavigation.astro- Top navigationFooter.astro- Site footer
Related Utilities
src/utils/textSwipeAnimation.ts- Text reveal animation helpersrc/i18n/utils.ts- Internationalization utilities