Reverted Lenis addition
This commit is contained in:
parent
0580567333
commit
ba60f950a6
1 changed files with 11 additions and 0 deletions
11
index.html
11
index.html
|
|
@ -546,6 +546,16 @@
|
||||||
<span class="slider"></span>
|
<span class="slider"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="setting-item">
|
||||||
|
<div class="info">
|
||||||
|
<span class="label">Smooth Scrolling</span>
|
||||||
|
<span class="description">Provides a smoother scrolling experience with Lenis (Experimental)</span>
|
||||||
|
</div>
|
||||||
|
<label class="toggle-switch">
|
||||||
|
<input type="checkbox" id="smooth-scrolling-toggle">
|
||||||
|
<span class="slider"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Album Cover Background</span>
|
<span class="label">Album Cover Background</span>
|
||||||
|
|
@ -979,6 +989,7 @@
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
<script src="https://unpkg.com/@studio-freight/lenis"></script>
|
||||||
<script type="module" src="js/app.js"></script>
|
<script type="module" src="js/app.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue