[MN-03] UI: Shimmer Effect Lack Animation #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Full Detail: The
GroundednessBadge.razorcomponent uses a.shimmerclass (line 50) that only sets a static opacity. This fails to provide the visual 'loading' feedback users expect from a shimmer effect.Action:
<style>block inGroundednessBadge.razor.@keyframesanimation (e.g.,shimmer-move) that slides a linear-gradient background across the element..shimmerclass.