CSS Only Trail effect
Inspired by the landing page for Webflow Conf 2024.
One line of custom CSSĀ enables this trailing effect.
<style>
.box:hover{
transition: all 0s;
}
</style>
Inspired by the landing page for Webflow Conf 2024.
One line of custom CSSĀ enables this trailing effect.
<style>
.box:hover{
transition: all 0s;
}
</style>