테스트 사이트 - 개발 중인 베타 버전입니다

익스플러에서 animation 이 안되는데요... 채택완료

4번가 6년 전 조회 2,404

a { display:block; position:relative; background: url('/data/main/logo.png')no-repeat left center; width: 180px; height: 100px; }

a:after { position:absolute; display:block; width:46px; height:43px; content:''; right:38px; top:25px;    background:url('/data/main/logo3.png'); animation: logo_effect 2.5s linear infinite; }

 

@keyframes logo_effect {
         0% { background:url('/data/main/logo3.png'); }
        33% { background:url('/data/main/logo2.png'); }        
        66% { background:url('/data/main/logo1.png'); }
        100% { background:url('/data/main/logo3.png');}
}

a:after 의 animation이 익스플러에서만 작동이 안되는데요... (익스플러 버전 11)

이유를 모르겠어요.. ㅠ.ㅠ

아시는분 부탁드려요 ㅠ.ㅠ

 

댓글을 작성하려면 로그인이 필요합니다.

답변 2개

채택된 답변
+20 포인트

-moz-animation : ~~~

-webkit-animation : ~~~

이렇게 크로스브라우징 코드를 넣어보세요.

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

4
4번가
6년 전
안돼요 ㅠ.ㅠ

댓글을 작성하려면 로그인이 필요합니다.

어떻게 수정하셨는지 해당 부분 코드를 작성해주세요~

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인