minor tweaks
This commit is contained in:
parent
37282c8239
commit
a02373ea94
@ -336,6 +336,7 @@ function stepByStep() {
|
|||||||
clear.remove();
|
clear.remove();
|
||||||
step = 0;
|
step = 0;
|
||||||
stepByStep.classList.remove('hide');
|
stepByStep.classList.remove('hide');
|
||||||
|
stepByStep.classList.remove('close');
|
||||||
stepByStep.insertAdjacentHTML('beforeend', ` <div class="step-by-step" id="steps">
|
stepByStep.insertAdjacentHTML('beforeend', ` <div class="step-by-step" id="steps">
|
||||||
<h1>Step by step</h1>
|
<h1>Step by step</h1>
|
||||||
</div>`);
|
</div>`);
|
||||||
@ -403,6 +404,7 @@ function setToString(set) {
|
|||||||
function Close() {
|
function Close() {
|
||||||
|
|
||||||
let wrapper = document.getElementById("stepByStep")
|
let wrapper = document.getElementById("stepByStep")
|
||||||
|
wrapper.classList.add('close');
|
||||||
setTimeout(() => wrapper.classList.add('hide'), 600);
|
setTimeout(() => wrapper.classList.add('hide'), 600);
|
||||||
document.body.scrollIntoView({ behavior: 'smooth', block: 'start' });
|
document.body.scrollIntoView({ behavior: 'smooth', block: 'start' });
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user