Parent Directory
|
Revision Log
chore: add trunk
1 | .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 |