.transAnim{
	opacity: 0;
	transition: all 0.8s;
}

.transAnimExe{
	opacity: 1;
	transition: all 0.8s;
}