Jibé Barth // Experiments

PAPIER 1

@keyframes toDown {
	0%, 100% {transform : translateX(0);}	
	50% {transform : translateX(-200px); z-index:0; box-shadow: 2px 1px 12px rgba(50, 50, 50, 0.89);
	}	
	100% { z-index : -500;
		top:-20px;
		left:20px;
	}
}

PAPIER 2

				
				@keyframes toUp {
	0%, 100% {transform : translateX(0);}	
	50% {transform : translateX(400px); z-index:0; box-shadow: 2px 1px 12px rgba(50, 50, 50, 0.89);
	}	
	100% { z-index : 500;
		top:0;
		left:0;	
	}
	
}