CSS
			[CSS] Animate.cssのアクション一覧とAnimate.cssをbeforeやafterから利用する方法
2018年2月16日<div class="animation"></div>.animation:after {    content: "";    display: block;    background: url("http://placehold.it/200x200") no-repeat top left;    background-size: contain;    width: 100px;    height: 100px;    animation: bounce 3s ease infinite;}
	
