/[sudobot]/trunk/docs/styles/ImageWithSkeleton.module.css
ViewVC logotype

Annotation of /trunk/docs/styles/ImageWithSkeleton.module.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (hide annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: text/css
File size: 203 byte(s)
chore: add trunk
1 rakinar2 575 .skeleton {
2     animation: skeleton 2.5s linear infinite;
3     border-radius: 5px;
4     }
5    
6     @keyframes skeleton {
7     100%,
8     0% {
9     background: #000;
10     }
11    
12     50% {
13     background: #333;
14     }
15     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26