Alex Macpherson (@macdesigns) 's Twitter Profile
Alex Macpherson

@macdesigns

Graphic and UI/UX Designer // Dad of 4 // Twitch Partner // $MacphersonDesigns

ID: 164403598

linkhttps://www.macphersondesigns.com calendar_today08-07-2010 20:06:19

2,2K Tweet

1,1K Takipçi

2,2K Takip Edilen

jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

CSS blurred text reveal on scroll 📜 .character { animation: drop; animation-timeline: --section; animation-range: var(--start) var(--end); } @​keyframes drop { 0% { filter: blur(10px); translate: 0 -75%; } } Inspo: daylight

jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

Not many lines for a CSS parallax effect either 🤙 ul { scroll-padding-inline: calc(50% - var(-card) * 0.5); } img { animation: para; animation-timeline: --item; } @​keyframes para { cover 100% { translate: calc(100% - var(--card)) -50%; }}

Daniel San (@dani_avila7) 's Twitter Profile Photo

Deepseek running locally and privately for autocompletion in VSCode! 🙌 In less than a minute, I'll show you how to download Deepseek-coder and set it as the autocompletion model in VSCode. You’ll need to use ollama to download the model and CodeGPT to select it as the

Marcel (@marcelfrommimic) 's Twitter Profile Photo

The only web design inspiration sites you need (part 2): bentogrids.com → Bento supahero.io → Hero sections footer.design → Footers unsection.com → Section layouts cta.gallery → CTA's

The only web design inspiration sites you need (part 2):

bentogrids.com → Bento
supahero.io → Hero sections
footer.design → Footers
unsection.com → Section layouts
cta.gallery → CTA's
jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

CSS logo marquee 1. bake the offset into your @​keyframes 2. set animation-delay based on duration + item count @​keyframes show { 0%, 73% { translate: -10px 30px; } 76%, 97% { translate: 0 0; } 100% { translate: 10px -30px; } } no need for JavaScript 🤙

Gumroad (@gumroad) 's Twitter Profile Photo

What this means for creators: ✨ More features shipped faster 🐛 Quicker bug fixes 🛠️ Launch your own marketplace 💰 Option to self-host with 0% fees

Gumroad (@gumroad) 's Twitter Profile Photo

Ready to dive in? ⭐ Star the repo 📖 Read the README 💬 Join our Telegram group for help github.com/antiwork/gumro…