Give your logo a fancy loading effect.
Go to https://logoing.savandbros.com for demo.
npm install logoing
Your SCSS file:
@import "~logoing/src/logoing";
@include logoing-vertical-split(
".loading", // Wrapper selector
128px, // Logo size (square)
2rem, // Animation movement
1s, // Animation duration
"https://picsum.photos/128/128", // Logo source (optional)
);
Your HTML file:
<div class="loading">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
Made with 💖 by Savand Bros © 2023-present.