Sublime
An inspiration engine for ideas
the little details™
Use trigonometric functions in CSS to create a smooth staggered transition delay 🎬
.character {
transition-delay:
calc(sin((var(--index) / 12) * 45deg) * 0.475s);
} https://t.co/ajAl564U78
jhey ʕ•ᴥ•ʔx.commessin' with some canvas and GSAP to build ascii trail image reveals https://t.co/OJ3upXSvAV
jhey ʕ•ᴥ•ʔx.comUI/UX Designers and Developers, here’s a go-to resource if you ever struggle to find the perfect loading spinner for your projects.
100+ open-source SVG spinners, ready to use
Bookmark it for later 💜 you’ll love it https://t.co/hJBpYjSzwt
Abraham John 🦄🦓x.comWeekends are for building SVG generators. One of the best use cases of those code builders. Simple and fun. https://t.co/Eho6cnmYkP
Alexander Vilinskyyx.comGSAP + ScrollTrigger, just copy paste and add an SVG with .icon class.
// Function to animate SVG elements
function animateSVG(svg) {
let elements = Array.from(svg.querySelectorAll('path, rect'));
// Shuffle elements for random order
elements = shuff... See more
Devin Fountainx.com