1 2 3 4 5 6 | .preload * { -webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; -o-transition: none !important; } | cs |
1 2 3 | $(window).load(function() { $("body").removeClass("preload"); }); | cs |
https://css-tricks.com/transitions-only-after-page-load/
'개발' 카테고리의 다른 글
웹 서비스 구현 무료 제작툴 모음 (0) | 2019.10.22 |
---|---|
[html] 엣지 (Edge) 브라우저에서 input 에 한글을 넣으면 자음 모음이 분리되는 증상 (자모분리) (0) | 2018.02.08 |
[SAP] netweaver 설치중 An error occurred while processing option SAP NetWeaver 7.0 including Enhanc... 오류발생시 (0) | 2016.07.21 |
[jquery] 369 (0) | 2016.07.01 |
[php] 한글파일명 다운로드시 한글이 깨지는 경우 (0) | 2016.06.20 |