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

미디어 쿼리만 적용했는데 왜 안 될까요. 움직임이 채택완료

빌딩 4년 전 조회 1,813

http://greg.kr/" target="_blank">http://greg.kr/

 

위 사이트 메인 배너의 글씨가 

모바일에서 보면 큰 글씨는 아래서 위로 올라옵니다. 

 

그런데 미디어쿼리 414를 넘으면서부터는 

움직이지가 않네요 ㅠㅠ

 

뭔가 미디어쿼리로 분기한 것 뿐이 없는데 

왜 움직임 적용이 안 되는지..고수님들 힌트좀 부탁드립니다. 

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

답변 1개

채택된 답변
+20 포인트
/* �ш린�� 誘몃뵒�� 荑쇰━*/
@media all and (max-width : 414px) {
 custom.css 에 파일 닫기가 없으니까..
414 이상은 안먹는거구요

밑에 부분

.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
요게 올라오는 애니메이션이니까..참조해서 
잘 활용해 보세요..

질문을 하실땐 구체적으로...부탁드립니다...
찾는데만...10분이상 걸렸어요..

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

답변에 대한 댓글 1개

빌딩
4년 전
앗 감사합니다. ㅠㅠ 괄호를 안 닫았네요. 고맙습니다.

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

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

로그인