animista.net/play/background/ken-burns
이런 형식..
<style>
/* ----------------------------------------------
* Generated by Animista on 2021-2-3 18:45:38
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
.color-change-2x {
-webkit-animation: color-change-2x 2s linear infinite alternate both;
animation: color-change-2x 2s linear infinite alternate both;
}
/* ----------------------------------------------
* Generated by Animista on 2021-2-3 18:56:29
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation color-change-2x
* ----------------------------------------
*/
@-webkit-keyframes color-change-2x {
0% {
background: #19dcea;
}
100% {
background: #b22cff;
}
}
@keyframes color-change-2x {
0% {
background: #19dcea;
}
100% {
background: #b22cff;
}
}
</style>
<div class="anim-object active" id="box-object-2" style="animation: 2s linear 0s infinite alternate both running color-change-2x;"><div class="text">Animista</div></div>
'[ Web 관련 ] > HTML, CSS' 카테고리의 다른 글
유튜브, 비메오 영상. 모바일에서 정렬 관련 사항 (0) | 2021.04.08 |
---|---|
이미지 위에 객체 올리기 (0) | 2021.02.23 |
pdf, 프린트 등에서 CSS 배경색이 안나올 때 (0) | 2020.12.21 |
탭 메뉴 (tab menu) (0) | 2020.12.10 |
table 테이블 기본 형식 (0) | 2020.09.04 |