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>
|
||||
</label>
|
||||
</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="info">
|
||||
<span class="label">Album Cover Background</span>
|
||||
|
|
@ -979,6 +989,7 @@
|
|||
|
||||
</footer>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@studio-freight/lenis"></script>
|
||||
<script type="module" src="js/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue