.swirl-in-fwd {
	-webkit-animation: swirl-in-fwd 0.6s ease-out both;
	        animation: swirl-in-fwd 0.6s ease-out both;
}

.vibrate-1 {
	-webkit-animation: vibrate-1 0.3s linear 0.6s infinite both;
	        animation: vibrate-1 0.3s linear 0.6s infinite both;
}

.heartbeat {
	-webkit-animation: heartbeat 1.5s linear infinite both;
	        animation: heartbeat 1.5s linear infinite both;
}

.puff-out-center {
	-webkit-animation: puff-out-center 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
	        animation: puff-out-center 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
}
