@keyframes turn{
100% {transform:perspective(2000px) rotateY(180deg)}
}
@keyframes jelly{
	from{width:400px;}
	10%{width:300px;}
	20%{width:370px;}
	30%{width:330px;}
	40%{width:360px;}
	50%{width:340px;}
	60%{width:355px;}
	70%{width:345px;}
	80%{width:353px;}
	90%{width:347px;}
	100%{width:350px;}
}