Skip to content

Commit

Permalink
Update CSSSkeletonAnimation.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bfloku committed Dec 4, 2023
1 parent 439218c commit 3dcfc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/skeleton/CSSSkeletonAnimation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ export const CSSSkeletonAnimation = css`
width: 100%;
height: 100%;
opacity: 0.6;
animation: skeleton-pulse 1s linear infinite alternate;
animation: skeleton-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
`;

0 comments on commit 3dcfc56

Please sign in to comment.