transform 이용한 사이드 메뉴 새로고침시 보여요

transform 이용한 사이드 메뉴 새로고침시 보여요

QA

transform 이용한 사이드 메뉴 새로고침시 보여요

본문

 


 
$(function(){
$('.menu').click(function(){
$('.nav').addClass('disblock');
});
 
$('.close').click(function(){
$('.nav').removeClass('disblock');
});
 
});
 
/*-------메뉴------*/

 
 
 
.disblock {
visibility: visible !important;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0) !important;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
 
.nav {
visibility: hidden;
width: 100%;
max-width: 640px;
position: absolute;
top: 68px;
border-bottom: 2px solid #909090;
webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}

 

위 코드를 이용해서 사이드메뉴 만들었는데 새로고침시 사이드 메뉴가 보입니다.

위 gif 참고해주세요!
혹시 이거 안보이게 하는 방법이 있나요?ㅠㅠ
오퍼시티도 줬는데도 안되네요ㅠㅠ

이 질문에 댓글 쓰기 :

답변 1

.nav {

visibility: hidden !important;
}
답변을 작성하시기 전에 로그인 해주세요.
전체 21
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT