40 lines
		
	
	
		
			571 B
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			571 B
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
| 
 | |
| @keyframes fade-7870f87e {
 | |
| 0% {
 | |
| 		opacity: 100;
 | |
| }
 | |
| 20% {
 | |
| 		opacity: 0;
 | |
| }
 | |
| 40% {
 | |
| 		opacity: 100;
 | |
| }
 | |
| }
 | |
| .line[data-v-7870f87e] {
 | |
| 	animation: fade-7870f87e 1.6s infinite;
 | |
| }
 | |
| .one[data-v-7870f87e] {
 | |
| 	animation-delay: 0s;
 | |
| }
 | |
| .two[data-v-7870f87e] {
 | |
| 	animation-delay: 0.2s;
 | |
| }
 | |
| .three[data-v-7870f87e] {
 | |
| 	animation-delay: 0.4s;
 | |
| }
 | |
| .four[data-v-7870f87e] {
 | |
| 	animation-delay: 0.6s;
 | |
| }
 | |
| .five[data-v-7870f87e] {
 | |
| 	animation-delay: 0.8s;
 | |
| }
 | |
| .six[data-v-7870f87e] {
 | |
| 	animation-delay: 1s;
 | |
| }
 | |
| .seven[data-v-7870f87e] {
 | |
| 	animation-delay: 1.2s;
 | |
| }
 | |
| .eight[data-v-7870f87e] {
 | |
| 	animation-delay: 1.4s;
 | |
| }
 |