home.social

Search

1000 results for “codepen”

  1. Here's a little thing I made for the 1st #CodePenChallenge of '25: pure #CSS tilt & zoom grid on scroll!

    Check it out on @codepen

    codepen.io/thebabydino/pen/jEN

    Using pure CSS scroll driven animations, grid, variables, mathematical functions, container query units. Also uses an SVG filter for the dissolve effect.

    Chromium only.

    #scroll #scrollAnimation #cssVariables #cssGrid #cssLayout #cssMaths #containerQueryUnits #svgFilter #SVG #filter #code #coding #frontend #webDev #webDEvelopment #web #dev

  2. Pure #CSS 1 div halftone-masked background card codepen.io/thebabydino/pen/GRN on @codepen.

    Made this 4 years ago - can you guess how before checking the code?

    Doesn't work in Firefox due to an old bug 🪲 bugzilla.mozilla.org/show_bug. not even related to the halftone mask, but caused by the duo text on the right.

    #filter #code #coding #frontend #cssfFilter #web #dev #webDev #webDevelopment #blendMode #blending

  3. I'm trying so hard to work my way through The Artist's Way right now. *So hard*.

    But I also have a ton of responsibilities to people who genuinely need support, plus it's the holidays and that's always stressful, plus this entire year has been a flaming shit dumpster, plus I have a deep-seated need to feel like a good person by sacrificing myself for others (apparently).

    So that's all going great. 💀

    #writing #anxiety #codependence #art

  4. Something I made over half a decade ago on @codepen: single element pure #CSS border patterns!

    Cover method (only allows opaque background + hacky transparency emulations) codepen.io/thebabydino/pen/Lax

    Masking method (allows transparency) codepen.io/thebabydino/pen/pYr

    Patterns from the CSS3 Pattern gallery by @leaverou: projects.verou.me/css3patterns
    (with gradient code made a bit more modern)

    #gradient #cssGradient #mask #cssMask #pattern #cssPattern #code #coding #web #dev #webDevelopment #frontend #webDev

  5. You're not supposed to hate Cain the story. You're supposed to look at him through the eyes of a grieving mother who believed that he was the answer to all her problems.

    You can relate to Eve, because we've all put our trust in something and had it fall apart on us.

    #theology #codependency #problems #bible #torah #genesis #Eve #mother #grief

  6. A day late but here is a dodecicosacron:

    codepen.io/fractalkitty/pen/zY

    I used the data from this amazing resource - check out the treasure trove of polyhedra (I had to send a thank you email - what a gem!)

    dmccooey.com/polyhedra/GreatDo

    #mathober #mathober2024

  7. Simplest gradient border buttons (with border-radius) codepen.io/thebabydino/pen/vYo

    Multiple cases, each just a few lines of code:
    ✨ solid background
    ✨ (semi)transparent background
    ✨ (semi)transparent background for input[type=button] (so no pseudos allowed)

    #CSS #cssGradient #cssMask #masking #code #coding #frontend #web #dev #webDev #webDevlopment

  8. Here's another grid of cubes remake on
    @codepen:

    codepen.io/thebabydino/pen/DZO

    Now using CSS grid instead of absolute positioning, CSS variables to greatly reduce the amount of code needed.

    #CSS #gridLayout #cssGrid #transform #3D #code #coding #frontend #colorMix #web #dev #webDev #webDevelopment #interactive

  9. Made this set of single div loaders on @codepen ~5 years ago codepen.io/thebabydino/pen/MWY

    The trick is to register a custom property in order to animate a `conic-gradient()` & use `mask` compositing for the rings/ radial slices.

    Back then, this was Chrome only. As of summer 2024, with Firefox finally getting support for animating registered #CSS vars, this and a lot such more demos I've been making for the past 6+ years are now cross-browser!

    #cssVariables #cssAnimation #frontend #web #webDev #dev

  10. Saw some familiar demos among those trending on @codepen 🙃

    ✨blended layers

    ✨slice & offset

    ✨here is real magic 🪄

    ✨dizzy 3D

    ✨no matrix gooey effect

    ✨realistic grainy shadows

    ✨slice

    ✨split text effect

    #SVG #CSS #filter #svgFilter #blendMode #blending #code #coding #frontend #web #dev #webDev

  11. Because someone hearted ❤️ this half a decade old @codepen demo again, I've updated support info to reflect the fact that, as of this summer, it is cross-browser - Firefox finally supports registering custom properties too! 🥳🎉🍾🍰

    codepen.io/thebabydino/pen/yLy

    #goo #gooey #blob #blobby #liquid #filter #CSS #code #coding #frontend #web #dev #webDev #webDevelopment

  12. So this very subtle pure #CSS pattern got picked on @codepen codepen.io/thebabydino/pen/vYq

    ¯\_(ツ)_/¯

    (only made it to provide an answer to a question someone asked... and I almost answered with "are you sure you uploaded the right image?" because the lines were so subtle I missed them at first)

    #pattern #cssPattern #gradient #cssGradient #conicGradient #code #coding #frontend #web #webDev #dev #webDevelopment

  13. Here is real magic 🪄 is my personal fave codepen.io/thebabydino/pen/Jjq

    Both the texture and the 3D individual letter flip are achieved with SVG filters.

    There is absolutely no JS, no images save for CSS gradients, no text duplication or splitting - you can see me edit it in DevTools below.

    #CodePen #SVG #CSS #filter #code #svgFilter #coding #texture #3D #textEffects #textEffect #frontend #3dText #3dEffect #paperTexture #web #webDev #webDevelopment #dev #noJS

  14. I've just seen a bunch of my demos "trending" on @codepen.

    ✨ stroke shadow wave 🌊
    ✨ no matrix gooey effect
    ✨ slice 🗡️
    ✨ here is real magic 🧞
    ✨ slice & offset 🔪
    ✨ dizzy 3D 🥴
    ✨ blended layers
    ✨ split text effect
    ✨ realistic grainy shadows

    ...just on the first 5 pages! 🤯

    #SVG #CSS #filter #svgFilter #3D #transform #cssTransforms #cssGradient #code #coding #web #webDev #webDevelopment #frontend

  15. Added a #comment #hidefunction to the #youtube comment fetch
    https://codepen.io/ryedai1/pen/xxoYowO

    Reason:

    Some #comments are fetched via #api that are:
    * not visible #publicly ( #shadowbanned )
    * not on the" #comment held for #review. " in youtube #dashboard

    The #commenters name is commmitted to #local #storage.

    Sigh
    Youtube.
    You are so innefficient

    #CodeAo