Skip to content

Commit

Permalink
fix: skeleton view without animation (#10509)
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Aleksyutin <r.aleksyutin@tinkoff.ru>
  • Loading branch information
gyxman and Roman Aleksyutin authored Mar 4, 2025
1 parent b9e74ac commit 2311df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/kit/directives/skeleton/skeleton.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
animation: tuiSkeleton ease-in-out 1s infinite alternate;
user-select: none;
pointer-events: none;
opacity: 0.06;

&[data-tui-skeleton] {
background: transparent !important;
Expand Down

0 comments on commit 2311df9

Please sign in to comment.