https://codepen.io/pohtani/pen/OXMwKb
$(document).ready(function() {
$('#fullpage').fullpage({
anchors: ['firstPage', 'secondPage', '3rdPage', '4thpage', 'lastPage'],
navigation: true,
navigationTooltips: ['11', '22', '33','44', '55'],
showActiveTooltip: true,
scrollingSpeed: 1000
});
});
위 소스 커스텀해서 사용.
728x90
'퍼블리싱 > HTML | CSS | Javascript' 카테고리의 다른 글
랜덤으로 순서가 바뀌는 slider (+with video), 플러그인 x (0) | 2023.07.12 |
---|---|
tree menu with checkbox (0) | 2023.07.11 |
DOM 변경 감지해서 이벤트 발생 (0) | 2023.06.12 |
head fixed table with custom scrollbar (0) | 2023.05.18 |
fixed header + gnb (header에 hover시 gnb 열리면서 on효과, 스크롤시 on효과) (0) | 2023.05.17 |