[이윰] 모달(modal) 슬라이드 다운 슬라이드 업 효과 없애기

페이지 정보

yadolee 루루아빠 3,754 2016.05.13 23:44:47

평점

  • 평점 : 0점 (0명 참여)

본문

그누보드5/eyoom/theme/설치된 테마/css/custom.css 에 아래 소스를 추가한다.


.modal.fade .modal-dialog 
{
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
위 소스는 fade 효과까지도 삭제를 함으로 fade를 사용하고자 한다면 다음 소스로 대체한다.


.modal {
    
    -webkit-transition: all ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
}
.modal.in .modal-dialog {
    
    -webkit-transform: scale(1, 1) !important;
    -ms-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}
.modal.fade .modal-dialog {
    
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
추천인
  • 추천해 주세요
yadolee
6
루루아빠 - 회원등급 : 최고관리자 - 포인트 : 1,332,127
레벨 100
경험치 1,486,714

Progress Bar 5.72%

- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑 루루아빠랍니다~~

댓글

첫 번째 댓글을 남겨 주세요

Total 7622239 페이지

제목 글쓴이 날짜 조회 추천
이윰  🏆 Eyoom Builder 3.0.6 패치 shadow2fox 2018.09.18 2,692 0
서버  🏆 Nginx에서 HTTP → HTTPS 301 리다이렉트(Redirect) 하기 루루아빠 2017.12.11 2,691 0
이윰  🏆 Eyoom Builder 1.3.15 패치 루루아빠 2018.01.05 2,683 0
그누•영카트  🏆 그누보드 5.2.9.3 패치 루루아빠 2017.09.14 2,682 0
제로  댓글+1🏆 서버OS가 WindowsNT일경우 가입폼에서 메일체크 에러방지 루루아빠 2005.07.07 2,681 0
그누•영카트  🏆 영카트 5.1.16 패치 루루아빠 2016.04.23 2,672 0
그누•영카트  🏆 그누보드 5.3.1.3 패치 루루아빠 2018.05.29 2,663 0
그누•영카트  🏆 그누보드 5.2.9.8.3 패치 루루아빠 2018.03.22 2,663 0
그누•영카트  🏆 그누보드 5.1.1 패치 루루아빠 2015.08.28 2,663 0
그누•영카트  🏆 영카트 5.2.9.8.4 패치 루루아빠 2018.03.30 2,662 0
이윰  🏆 이윰빌더 외부이미지 로컬 저장시 용량 줄이기 루루아빠 2017.11.23 2,658 0
그누•영카트  🏆 영카트 5.2.9.7 패치 루루아빠 2017.12.16 2,654 0
그누•영카트  🏆 🎞️ 영카트 5.1.6 패치 루루아빠 2015.11.17 2,654 0
그누•영카트  🏆 그누보드 5.1.18 패치 루루아빠 2016.05.17 2,652 0
그누•영카트  🏆 그누보드 5.2.1 패치 루루아빠 2016.08.22 2,649 0
제로  🏆 검색 버그 고치기 루루아빠 2005.07.08 2,649 0
이윰  🏆 Eyoom Builder 1.3.4 패치 루루아빠 2017.11.21 2,648 0
이윰  🏆 게시판 관리자의 레벨이 글쓰기 권한보다 낮더라도 태그 작성하기 루루아빠 2017.05.03 2,648 0
그누•영카트  🏆 영카트 5.3.1.2 보안 패치 루루아빠 2018.04.21 2,641 0
이윰  🏆 최신글 카테고리 추출 옵션 루루아빠 2016.02.25 2,639 0