feat: configurable card fade-in delay #39

Closed
opened 2026-05-30 16:24:03 +00:00 by jmiller · 1 comment
Owner

Add the ability to delay the card appearance so the video can play for a configurable amount of time before the card fades in.

Requirements

  • New module parameter: Card Delay (ms), default 0 (no delay)
  • Card starts hidden (opacity 0) and fades in after the delay
  • Smooth CSS transition for the fade-in
  • Only applies when delay > 0
Add the ability to delay the card appearance so the video can play for a configurable amount of time before the card fades in. ## Requirements - New module parameter: Card Delay (ms), default 0 (no delay) - Card starts hidden (opacity 0) and fades in after the delay - Smooth CSS transition for the fade-in - Only applies when delay > 0
Author
Owner

Branch created: feature/39-feat-configurable-card-fade-in-delay

git fetch origin
git checkout feature/39-feat-configurable-card-fade-in-delay
Branch created: [`feature/39-feat-configurable-card-fade-in-delay`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/src/branch/feature/39-feat-configurable-card-fade-in-delay) ```bash git fetch origin git checkout feature/39-feat-configurable-card-fade-in-delay ```
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomHero#39