:숨김/styles.css

< 틀:숨김
햄린이 (토론 | 기여)님의 2022년 2월 28일 (월) 11:09 판 (새 문서: .animation .NavContent { display: block !important; overflow-y : hidden; } .animation .NavContent[style*="display: none"] { transition: max-height 0.3s cubic-bezier(0,1,0,1) 0s, opacity 0.2s cubic-bezier(0.42, 0, 1, 0); →‎transform: scaleY(0); transform-origin: top;: max-height: 0px; opacity: 0; } .animation .NavContent { display: block; transition: max-height 0.4s cubic-bezier(1,0,1,.04) 0s, opacity 0.25s cubic-bezier(0.4, 0, 1, 1); max-height: 20000px; opacity:...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.animation .NavContent {
	display: block !important;
	overflow-y : hidden; 
}

.animation .NavContent[style*="display: none"] {
	transition: max-height 0.3s cubic-bezier(0,1,0,1) 0s, opacity  0.2s cubic-bezier(0.42, 0, 1, 0);
/*	transform: scaleY(0);
	transform-origin: top;*/
	max-height: 0px;
	opacity: 0;
}
.animation .NavContent {
	display: block;
	transition: max-height 0.4s cubic-bezier(1,0,1,.04) 0s, opacity 0.25s cubic-bezier(0.4, 0, 1, 1);
	max-height: 20000px;
	opacity: 1;
}