'ust strict'; $(function() { $(window).resize(function(){ if (window.innerWidth < 768) { // 다바이스 크기가 768 미만일 때 Splitting({ target: false }); } else { Splitting({ target: '.heading' }); } }).resize(); ScrollOut({ cssProps: { visibleY: true, viewportY: true } }); });