본문으로 건너뛰기

Examples

애니메이션 비활성화

const guide = stepGuide({
el: document.body,
options: {
useAnimation: false,
steps: [
{
title: 'Hello',
description: 'hello',
element: '#left',
position: 'bottom',
},
],
},
});

애니메이션 사용 안함

`options.useAnimation` 속성을 `false`로 설정하면 애니메이션이 사용되지 않습니다.

첫 번째 단계
두 번째 단계