Skip to content

Introduce a customizable loading stagger animation on hypertableV2 - #275

Open
Miexil wants to merge 1 commit into
masterfrom
mb/DRA-5506
Open

Introduce a customizable loading stagger animation on hypertableV2#275
Miexil wants to merge 1 commit into
masterfrom
mb/DRA-5506

Conversation

@Miexil

@Miexil Miexil commented Aug 18, 2026

Copy link
Copy Markdown
Member

What does this PR do?

This PR adds an initial-load animation system to HyperTableV2:

  • Updates the existing OptionSet with a new initialRowsAnimation configuration object
  • rows now reveal with a staggered sequence
  • targeted columns can receive an additional visual effect class, and that extra effect can be delayed independently.
  • It also introduces finer control for selection checkboxes by making the extra effect on the selection column configurable (default remains off)

Documentation has been updated, you can check there to have more details of how it's used.

Good PR checklist

  • Title makes sense
  • Is against the correct branch
  • Only addresses one issue
  • Properly assigned
  • Added/updated tests
  • Added/updated documentation
  • Migrated touched components to Glimmer Components
  • Properly labeled

@Miexil Miexil self-assigned this Aug 18, 2026
@Miexil
Miexil requested review from a team and phndiaye as code owners August 18, 2026 15:55
@Miexil
Miexil requested review from OwenCoogan and olxmpe and removed request for a team August 18, 2026 15:55
@linear-code

linear-code Bot commented Aug 18, 2026

Copy link
Copy Markdown

DRA-5506

background-color: white;
}

// Apply stacking fixes only on cells that actually get the custom effect class.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left this here for context, it's in the dummy app so 🤷

Can also remove if needed 😇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants