[MN-03] UI: Shimmer Effect Lack Animation #2

Open
opened 2026-05-05 12:15:02 +00:00 by mjasin · 0 comments
Owner

Full Detail: The GroundednessBadge.razor component uses a .shimmer class (line 50) that only sets a static opacity. This fails to provide the visual 'loading' feedback users expect from a shimmer effect.

Action:

  • Update the <style> block in GroundednessBadge.razor.
  • Implement a CSS @keyframes animation (e.g., shimmer-move) that slides a linear-gradient background across the element.
  • Apply this animation to the .shimmer class.
**Full Detail:** The `GroundednessBadge.razor` component uses a `.shimmer` class (line 50) that only sets a static opacity. This fails to provide the visual 'loading' feedback users expect from a shimmer effect. **Action:** - Update the `<style>` block in `GroundednessBadge.razor`. - Implement a CSS `@keyframes` animation (e.g., `shimmer-move`) that slides a linear-gradient background across the element. - Apply this animation to the `.shimmer` class.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mjasin/Nexus.Reader#2