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

페이지 정보

루루아빠 3,245 2016.05.13 23:44

평점

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

본문

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

/* 모달 fade, slide down, slide up effect 효과 없애기 */
.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를 사용하고자 한다면 다음 소스로 대체한다.

/* 모달 slide down, slide up effect 효과 없애기 */
.modal {
    /*! adjust transition time */
    -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 {
    /*! editthis transform to any transform you want */
    -webkit-transform: scale(1, 1) !important;
    -ms-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}
.modal.fade .modal-dialog {
    /*! disable sliding from left/right/top/bottom */
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
추천인
  • 추천해 주세요
6
루루아빠 - 회원등급 : 최고관리자 - 포인트 : 1,294,164
레벨 97
경험치 1,397,066

Progress Bar 1%

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

댓글

첫 번째 댓글을 남겨 주세요

Total 7482138 페이지
제목 글쓴이 날짜 조회 추천
그누•영카트  🏆 영카트 5.3.1.9 패치 shadow2fox 2018.10.19 1,931 0
PHP  🏆 PHP Warning: Invalid argument supplied for foreach() 해결책 shadow2fox 2018.11.11 1,665 0
제로  🏆 카테고리/페이지 상관없이 공지는 무조건 보이게 루루아빠 2006.05.26 3,272 0
이윰  🏆 🎞️ 그누보드 5.17, 영카트 5.16 대응 테마 패치 루루아빠 2015.11.18 2,766 0
그누•영카트  🏆 그누보드 5.3.2.0 패치 shadow2fox 2018.11.22 1,823 0
DB  🏆 MYSQL 유저 추가 및 삭제 야돌이 2006.05.28 2,600 0
이윰  🏆 🎞️ Eyoom Builder 1.1.16 패치 루루아빠 2015.11.19 2,927 0
그누•영카트  🏆 영카트 5.3.2.0 패치 shadow2fox 2018.11.22 1,940 0
그누•영카트  🏆 영카트 5.4.5.2 shadow2fox 2021.03.17 1,062 0
DB  🏆 MYSQL root 비번 분실시 해결방법 야돌이 2006.05.28 3,175 0
그누•영카트  댓글+1🏆 🎞️ 접근차단 IP, 접근가능 IP로 인해 홈에 접근 불가될때 루루아빠 2015.11.21 2,815 0
이윰  🏆 마우스 오버시 이전글 다음글에 제목을 띄우기 shadow2fox 2018.11.27 2,083 0
DB  🏆 MYSQL에서 DB 백업 및 복구 방법 야돌이 2006.05.28 2,990 0
이윰  댓글+2🏆 회원 프로필 사진 변경시 바로 갱신하여 보여 주기 shadow2fox 2018.12.04 2,456 0
제로  🏆 선택한 게시글은 목록 제목에서 진하게 표시하기 루루아빠 2006.05.29 3,399 0
그누•영카트  🏆 🎞️ 그누보드 5.1.8 패치 루루아빠 2015.11.25 2,500 0
제로  댓글+3🏆 한글 이름이 들어간 이미지나 동영상 익스 설정없이 보여주기 루루아빠 2006.06.01 3,170 0
그누•영카트  🏆 🎞️ 영카트 5.1.7 패치 루루아빠 2015.11.25 2,438 0
그누•영카트  🏆 영카트 5.4.5.3 shadow2fox 2021.04.05 1,096 0
기타  🏆 🎞️ 윈도우 서버를 위한 하드 링크와 심볼릭 링크 루루아빠 2015.11.29 2,388 0