Skip to content

Commit

Permalink
[Issue-161][Mythical Telegram App] Update loading animation for some …
Browse files Browse the repository at this point in the history
…screens
  • Loading branch information
dungnguyen-art committed Dec 19, 2024
1 parent a132631 commit 5feae2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extension-koni-ui/src/contexts/ThemeContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ const GlobalStyle = createGlobalStyle<ThemeProps>(({ theme }) => {

'.ant-skeleton.ant-skeleton.ant-skeleton-active': {
'.ant-skeleton-input, .ant-skeleton-avatar': {
backgroundImage: 'linear-gradient(97deg, rgba(224, 224, 224,0) 25%, rgba(224, 224, 224, 0.3) 37%, rgba(224, 224, 224,0) 63%)',
backgroundImage: 'linear-gradient(135deg, rgba(150, 150, 150, 0) 25%, rgba(150, 150, 150, 0.3) 37%, rgba(150, 150, 150, 0) 63%)',
backgroundSize: '400% 100%',
animationName: 'skeleton-loading',
animationDuration: '1.4s',
animationDuration: '1s',
animationTimingFunction: 'ease',
animationIterationCount: 'infinite'
}
Expand Down

0 comments on commit 5feae2f

Please sign in to comment.