css animation1 [CSS]CSS animation 애니메이션04 오늘은 아래와 같이 걸어가는 애니메이션을 만들어 보았습니다. 캐릭터가 걸어서 앞으로 나아가는 것처럼 보이지만, 사실은 뒤의 배경이 움직여서 캐릭터가 걸어나가는 것처럼 보이는 것입니다. Start Stop HTML Start Stop CSS .step { height: 700px; background: #18d351; position: relative; } .step .stepbox { width: 800px; //사진의 너비 height: 600px; background: url(../../animation/img/walking.jpg); border-radius: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%,.. 2022. 9. 7. 이전 1 다음 728x90