/[sudobot]/branches/8.x/docs/styles/ImageWithSkeleton.module.css
ViewVC logotype

Annotation of /branches/8.x/docs/styles/ImageWithSkeleton.module.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: text/css
File size: 203 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 .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