Open API/Jquery
Smooth Scroll - 부드러운 스크롤 이동 ( 속도 , 위치 셋팅)
지정위치로 스크롤바를 부드럽게 이동 시켜줍니다. PlugIn Url : http://github.com/kswedberg/jquery-smooth-scroll 샘플 코드 다운로드 : * 옵션 값 { offset: 0, // one of 'top' or 'left' direction: 'top', // only use if you want to override default behavior scrollTarget: null, // fn(opts) function to be called before scrolling occurs. // `this` is the element(s) being scrolled beforeScroll: function() {}, // fn(opts) function to be c..
2016. 11. 1.