Search
Items tagged with: code
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
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
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