OctoWiki
Memory Appendix

Autoreveal Animation

User prefers AutoReveal (timed, one-by-one float-up) over ScrollReveal for product cards and step sequences

Source memory file: feedback_autoreveal_animation.md · Category: Feedback / working-preference This is a verbatim dump of Claude's persistent memory for the Octopus project. Rendered inside a code block so nothing is altered.

---
name: AutoReveal animation preferred
description: User prefers AutoReveal (timed, one-by-one float-up) over ScrollReveal for product cards and step sequences
type: feedback
---

User confirmed AutoReveal component (timed sequential float-up on viewport entry) works well for product grids and step sequences.

**Why:** ScrollReveal (all at once on scroll) is fine for feature cards, but for sequences like steps or product listings, the staggered timed reveal feels better.

**How to apply:** Use `AutoReveal` with ~100ms stagger for product grids, ~500ms for sequential steps. Use `ScrollReveal` for feature/value cards where order doesn't matter.