CSS3 애니메이션 사용 방법

755 단어 HTML&CSS
.demo.on
{
	animation-name: rotateInDownLeft;/*         */
	animation-duration: 5s;/* 5      */
	animation-delay: 3s;/*  3     */
	animation-iteration-count: 1;/*      ,    ,   infinite(   ),*/

	      
	/*animation-direction: alternate;        */
	/*animation-timing-function: linear;         。*/
	/*animation-fill-mode: forwards;       */
}

앤마테랑 매치.css는 간단한 필터를 하면 편리합니다.

좋은 웹페이지 즐겨찾기