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

페이지 정보

yadolee 루루아빠 3,761 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,591
레벨 100
경험치 1,487,932

Progress Bar 9.78%

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

댓글

첫 번째 댓글을 남겨 주세요

Total 7622239 페이지

제목 글쓴이 날짜 조회 추천
기타  🏆 Font Awesome 4.7.0 - Transportation, Gender, Medical, Currency, Payment, Brand 루루아빠 2017.11.20 5,026 0
이윰  🏆 📸 Eyoom Builder 1.3.0 시즌3 루루아빠 2017.11.21 3,099 0
이윰  🏆 Eyoom Builder 1.3.1 패치 루루아빠 2017.11.21 2,407 0
이윰  🏆 Eyoom Builder 1.3.2 패치 루루아빠 2017.11.21 2,750 0
이윰  🏆 Eyoom Builder 1.3.3 패치 루루아빠 2017.11.21 2,497 0
이윰  🏆 Eyoom Builder 1.3.4 패치 루루아빠 2017.11.21 2,657 0
이윰  🏆 Eyoom Builder 1.3.5 패치 루루아빠 2017.11.21 3,265 0
이윰  🏆 Eyoom Builder 1.3.6 패치 루루아빠 2017.11.21 2,624 0
이윰  🏆 Eyoom Builder 1.3.7 패치 루루아빠 2017.11.21 3,014 0
이윰  🏆 Eyoom Builder 1.3.8 패치 루루아빠 2017.11.21 2,800 0
이윰  🏆 Eyoom Builder 1.3.9 패치 루루아빠 2017.11.21 2,613 0
이윰  🏆 Eyoom Builder 1.3.10 패치 루루아빠 2017.11.21 2,603 0
이윰  🏆 Eyoom Builder 1.3.11 패치 루루아빠 2017.11.21 2,849 0
이윰  🏆 Eyoom Builder 1.3.12 패치 루루아빠 2017.11.21 3,099 0
이윰  🏆 Eyoom Builder 1.3.13 패치 루루아빠 2017.11.21 2,732 0
그누•영카트  🏆 그누보드 5.2.9.6 패치 루루아빠 2017.11.21 2,774 0
그누•영카트  🏆 영카트 5.2.9.6 패치 루루아빠 2017.11.21 3,181 0
이윰  🏆 이윰빌더 외부이미지 로컬 저장 https 보안서버도 적용하기 루루아빠 2017.11.22 2,895 0
이윰  🏆 이윰빌더 외부이미지 로컬 저장시 용량 줄이기 루루아빠 2017.11.23 2,671 0
이윰  🏆 이윰빌더 출석부 PHP 7.1.x에서 오류 해결하기 루루아빠 2017.11.24 3,034 0