home.social

Search

1000 results for “codepen”

  1. Because I saw someone hearted codepen.io/thebabydino/pen/zKL I got reminded of something I need for animations like this one: to be able to use #CSS vars to compute keyframe percentages.

    I have 16 columns, each with a different animation. They're different because the keyframes needs to be different depending on the index.

    #cssAnimation #cssVariables #keyframes #cssTransforms #code #coding #frontend #web #webDevelopment #webDev #dev

  2. As someone just hearted on @codepen: codepen.io/thebabydino/pen/YzP

    When I made it almost 5 years ago, I was delighted I found a way of doing it without an SVG filter that required magic numbers.

    Now that I get SVG filters enough to be able to write myself a better one... I wouldn't do this!

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

  3. 7⃣ Pure CSS waving surface codepen.io/thebabydino/pen/rNZ

    Given a 3D function varying in time
    z = f(x, y, t)
    make a pure CSS 3D representation of it.

    Went through a lot of iterations, partly because support for some features wasn't always there, partly because I had ideas to improve.

    #CSS #3D #pureCSS #noJS #Maths #geometry #Mathematics #code #coding #surface #frontend #function #web #webDevelopment #dev #webDev

  4. 5⃣ Pure CSS icosahedron candy codepen.io/thebabydino/pen/xxw

    Fair warning: it now looks broken in Chrome until bringing up DevTools or resizing the result panel or switching to another CodePen editor layout. Should have found time to file a bug... Still love it.

    #3d #geometry #maths #solid #3Dgeometry #mathematics #code #coding #CSS #noJS #cssVariables #frontend #web #dev #webDevelopment #webDev

  5. Same text effect:

    ✨pure CSS codepen.io/thebabydino/pen/abM
    ✨with an SVG filter codepen.io/thebabydino/pen/poY

    Pure CSS version obviously requires a wrapper and if you're thinking why is the SVG version so overly complicated, well... browser bugs. Ironically, not even SVG, but CSS bugs...🪲

    #CodePen #CodePenChallenge #SVG #filter #svgFilter #dropShadow #CSS #cssFilter #cssGradient #cssMask #text #textEffect #code #coding #frontend #web #dev #webDev #webDevelopment

  6. Pure CSS text effect codepen.io/thebabydino/details

    No text duplication, no JS, no images save for CSS gradients, no SVG at all. Under 20 CSS declarations, including layout, prettifying, `@​media` queries, `@​supports` blocks, CSS variable declarations...

    No Firefox (bug 🪲 1481498 ).

    Heavily commented as well.

    #CSS #textEffect #cssGradient #blending #blendMode #code #coding #frontend #webDev #webDevelopment #bug #Safari #SafariBug #FirefoxBug #Firefox #CodePen #noJS #noSVG #mediaQuery #typography

  7. Some new single-element toggle buttons: codepen.io/alvaromontoro/pen/g

    It animates background positions, which is not ideal for performance (but it's a small thing, so hopefully it won't be too terrible). The animation won't work on Firefox because it doesn't support at-properties yet (the toggle button will work just fine, though.)

    #css #component #toggle #switch #ui

  8. One of my most popular #CodePen demos of the past month: cycling gradient text glow codepen.io/thebabydino/pen/rNP

    ✨ very little #CSS + a simple #SVG filter
    ✨ no images whatsoever save for a CSS gradient
    ✨ no text duplication
    ✨ cycling gradient effect obtained just by animating a CSS variable

    #coding #frontend #webDev #webDevelopment #svgFilter #cssGradient #gradientText #textGlow #glow #textEffect #gradientGlow #cssVariables #houdini #graphical #effect

  9. #divtober 30: discontinued

    🏬 cssdrawings.com

    @CodePen: codepen.io/alvaromontoro/pen/E

    (tomorrow will be a busy day, so I coded something before going to sleep today.)

  10. #divtober 29: pin

    🧷 cssdrawings.com

    @CodePen: codepen.io/alvaromontoro/pen/L

    Each safety pin is a div. This is another drawing that would be easier as an SVG.

  11. #divtober 25: cheesy

    🧀 cssdrawings.com

    @CodePen: codepen.io/alvaromontoro/pen/Q

    My cheesy cheese attempt looks more like SpongeBob TriangularPants 😅