Search
Items tagged with: webdev
Here's a neat little effect with no text duplication. Uses `background-clip: text` to create the split text face effect + scroll-driven animations to tie the gradient split line position to the 1st section's bottom edge.
Live on @codepen codepen.io/thebabydino/pen/XJWβ¦
cc @bramus
#CSS #scroll #scrollAnimation #coding #cssAnimation #gradientText #frontend #web #dev #webDev #webDevelopment #code
#tinyCSStip
Revert animated parent transform (like a scale or skew) on child without an extra animation using registered custom properties.
codepen.io/thebabydino/pen/MYWβ¦
#CSS #code #coding #frontend #transform #web #dev #webDev #webDevelopment
myblog/_includes/tags.njk at main Β· rkingett/myblog
Contribute to rkingett/myblog development by creating an account on GitHub.GitHub
π Why I Care So Much About the Fediverse by Ayo Ayco (@ayo) | ayos.blog/why-fediverse/
#fediverse #mastodon #webdev #tech
Why I Care So Much About the Fediverse
Out of all the recent events, why do I care this much about this?Ayo's Blog
Someone hearted this button ripple effect demo on @codepen (coded about half a decade ago) and made me notice it still said "only works in Chromium" - as of last summer, it's cross-browser! π₯³π
codepen.io/thebabydino/pen/LYZβ¦
#CSS #JS #JavaScript #code #coding #web #dev #webDev #webDevelopment #frontend
Made this a couple of years ago on @codepen but for some reason never shared it: a hopefully accessible base for a smooth elastic dropdown codepen.io/thebabydino/pen/qBJβ¦
Based on a thing at a now dead link which did something of the kind with a huge div soup.
#css #js #a11y #dropdown #coding #code #web #dev #webDev #webDevelopment #frontend
Know how border-image & border-radius don't play nice together?
(interactive codepen.io/thebabydino/pen/jxZβ¦)
#tinyCSStip there's a workaround IF corner radius β€ border-width: use inset() clip-path + a round value!
clip-path: inset(0 round $r)
@codepen demo: codepen.io/thebabydino/pen/qBEβ¦
(and yes, this is a tip I first shared on twitter over half a decade ago x.com/anatudor/status/12199161β¦ )
#CSS #clipPath #cssClipPath #coding #web #dev #webDev #webDevelopment #code #frontend #borderImage #borderRadius
How browsers REALLY load Web pages
When browsers load a Web page and its subresources, A LOT happens under the hood. They need to take into account render/parsing blocking resources, use a preload scanner, listen to resource hints (like preload/preconnect), loading modifiers (async/defer/module), fetchpriority, responsive images, and much more. [β¦]
πΊ fosdem.org/2025/schedule/eventβ¦
#video #web #browser #webpage #http3 #webdev #http #https #async #http2 #fossdem25 #foss #floss #fossdem
Started working on the recurring tasks feature for @hortusfox !
See more details here:
github.com/danielbrendel/hortuβ¦
#selfhosted #opensource #foss #webdev #php #programming
Recurring tasks Β· Issue #9 Β· danielbrendel/hortusfox-web
Allow option to set a task as recurring.GitHub
Because someone just hearted a 5 year old @codepen demo codepen.io/thebabydino/pen/GRoβ¦ I made using a #Sass function + looping to generate a #CSS π: we don't need *any* Sass for this anymore! π
We can now do it with
background:
linear-gradient(in hsl longer hue 90deg,
hsl(0, 95%, 65%) 0 0)
#SCSS #loop #looping #newCSS #rainbow #cssGradient #coding #code #frontend #web #dev #webDev #webDevelopment #hueInterpolation
I've been thinking for a while about adding comments to my blog by pulling them from other sources (like Mastodon replies) but I figured I was going to have to write some complicated logic to fetch them, save them to a cache, and invalidate them periodically.
I just noticed that's the *entire* thing eleventy-fetch already does! I am very excited to try this out sometime soon.
Pride versioning.
Yes. Developers experience pride and shame. I would argue even more if you work in #JavaScript.
Via pridever.org