Skip to content

fix: conflicting animation keyframe names across ease-loader-* variants #30558

Description

@Pcmhacker-piro

Description

The Loader / Spinner Gallery (#30448) defines multiple loaders (spin, pulse, dots, ripple, hourglass, ellipsis). The keyframe names ease-spin, ease-pulse, and ease-ripple are generic and can conflict with the same-named keyframes defined in the Skeleton component (#30399) and the Animated Number Counter (#30437) which also defines @Keyframes ease-pulse for its counting animation.

Affected Components

Suggested Resolution

  • Prefix all keyframe names with component identifiers (ease-loader-spin, ease-counter-pulse)
  • Audit all animation-name references for uniqueness

Metadata

Metadata

Labels

GSSoC-26Official GSSoC 2026 issueanimationAnimation effects, hover interactions, motion ideas, transitionsgood first issueGood for newcomersgssoc:approvedApproved for GSSoC contributionshelp wantedExtra attention neededlevel:intermediateRequires moderate project understanding

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions