Leny + text animation <head>
Thu Aug 22 2024 13:33:52 GMT+0000 (Coordinated Universal Time)
Saved by
@zily
<style>
/* Text Animation Styles */
[text-split] {opacity: 0;}
html.w-editor [text-split] {opacity: 1;}
.word {
overflow: hidden;
padding-bottom: 0.1em;
margin-bottom: -0.1em;
transform-origin: bottom;
}
/* Lenis Scroll Styles */
html.lenis {
height: auto;
}
.lenis.lenis-smooth {
scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}
.lenis.lenis-stopped {
overflow: hidden;
}
</style>
content_copyCOPY
Comments