File size: 193 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.wpnc__single-view {
	animation-name: wpnc_fadeIn;
	animation-duration: 0.2s;
	animation-timing-function: ease-in;
}

@keyframes wpnc_fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}