home.social

Search

1000 results for “codepen”

  1. I turn 13 on @codepen today, so after my most hearted demos (mastodon.social/@anatudor/1144)... here are 13 of MY personal faves!

    1️⃣ Pure CSS music toy - this one's a really special one for me codepen.io/thebabydino/pen/WNG
    #CSS transforms for the #3D, CSS variables for the dynamic shading.

    The how 😼 youtube.com/watch?v=_CV364uqP3U

    #css3d #transform #cssTransform #filter #cssFilter #frontend #code #coding #web #dev #webDev #webDevelopment

  2. I turn 13 on @codepen today, so after my most hearted demos (mastodon.social/@anatudor/1144)... here are 13 of MY personal faves!

    1️⃣ Pure CSS music toy - this one's a really special one for me codepen.io/thebabydino/pen/WNG
    #CSS transforms for the #3D, CSS variables for the dynamic shading.

    The how 😼 youtube.com/watch?v=_CV364uqP3U

    #css3d #transform #cssTransform #filter #cssFilter #frontend #code #coding #web #dev #webDev #webDevelopment

  3. I turn 13 on @codepen today, so after my most hearted demos (mastodon.social/@anatudor/1144)... here are 13 of MY personal faves!

    1️⃣ Pure CSS music toy - this one's a really special one for me codepen.io/thebabydino/pen/WNG
    #CSS transforms for the #3D, CSS variables for the dynamic shading.

    The how 😼 youtube.com/watch?v=_CV364uqP3U

    #css3d #transform #cssTransform #filter #cssFilter #frontend #code #coding #web #dev #webDev #webDevelopment

  4. I turn 13 on @codepen today, so after my most hearted demos (mastodon.social/@anatudor/1144)... here are 13 of MY personal faves!

    1️⃣ Pure CSS music toy - this one's a really special one for me codepen.io/thebabydino/pen/WNG
    #CSS transforms for the #3D, CSS variables for the dynamic shading.

    The how 😼 youtube.com/watch?v=_CV364uqP3U

    #css3d #transform #cssTransform #filter #cssFilter #frontend #code #coding #web #dev #webDev #webDevelopment

  5. I turn 13 on @codepen today, so after my most hearted demos (mastodon.social/@anatudor/1144)... here are 13 of MY personal faves!

    1️⃣ Pure CSS music toy - this one's a really special one for me codepen.io/thebabydino/pen/WNG
    #CSS transforms for the #3D, CSS variables for the dynamic shading.

    The how 😼 youtube.com/watch?v=_CV364uqP3U

    #css3d #transform #cssTransform #filter #cssFilter #frontend #code #coding #web #dev #webDev #webDevelopment

  6. Because this @codepen demo just got hearted and I've never shared it here before codepen.io/thebabydino/pen/Vwm

    The concept behind the XOR is something I explained in this
    @csstricks article css-tricks.com/taming-blend-mo

    (should probably redo it with view transitions)

    #CSS #blending #blendMode #coding #web #dev #webDev #webDevelopment #code #frontend

  7. Because this @codepen demo just got hearted and I've never shared it here before codepen.io/thebabydino/pen/Vwm

    The concept behind the XOR is something I explained in this
    @csstricks article css-tricks.com/taming-blend-mo

    (should probably redo it with view transitions)

    #CSS #blending #blendMode #coding #web #dev #webDev #webDevelopment #code #frontend

  8. Because this @codepen demo just got hearted and I've never shared it here before codepen.io/thebabydino/pen/Vwm

    The concept behind the XOR is something I explained in this
    @csstricks article css-tricks.com/taming-blend-mo

    (should probably redo it with view transitions)

    #CSS #blending #blendMode #coding #web #dev #webDev #webDevelopment #code #frontend

  9. Because this @codepen demo just got hearted and I've never shared it here before codepen.io/thebabydino/pen/Vwm

    The concept behind the XOR is something I explained in this
    @csstricks article css-tricks.com/taming-blend-mo

    (should probably redo it with view transitions)

    #CSS #blending #blendMode #coding #web #dev #webDev #webDevelopment #code #frontend

  10. Because this @codepen demo just got hearted and I've never shared it here before codepen.io/thebabydino/pen/Vwm

    The concept behind the XOR is something I explained in this
    @csstricks article css-tricks.com/taming-blend-mo

    (should probably redo it with view transitions)

    #CSS #blending #blendMode #coding #web #dev #webDev #webDevelopment #code #frontend

  11. I turn 13 on @codepen in June, so here are my 13 most hearted demos:

    1️⃣ 1092 ♥️ #CSS infinite #scroll gallery codepen.io/thebabydino/pen/XJr - my only demo to ever get to 1K ♥️ without being in most hearted of the year first

    mostly CSS scroll-driven animations + tiniest bit of JS (~200 bytes for infinity part)

    #cssVariables #cssTransforms #coding #code #frontend #cssTransform #3D #web #webDev #webDevelopment #dev #maths #mathematics #geometry #filter

  12. Saw a @codepen demo using... a lot! of elements (screen 1) and quite a bit of #CSS to create a simple loader, so I forked it and made a 1 div version (screen 2) in under 30 CSS declarations (gradients, mask, variables to only change --c0 and --c1 values for 2nd loader): codepen.io/thebabydino/pen/Pwo

    #cssMask #cssGradient #conicGradient #maths #trigonometry #Sass #loader #web #dev #webDev #webDevelopment #code #coding #frontend #cssAnimation

  13. Another little @codepen demo: pure #CSS double ball 🎱 helix codepen.io/thebabydino/pen/Jre

    (yet another demo that cold be simplified by the `position: absolute` to `display: grid` switch for stacking and in the future, further simplified by `sibling-index()`)

    #3D #helix #cssTransform #code #coding #web #dev #webDev #webDevelopment #frontend

  14. Because I saw a @codepen demo creating a hex grid using my well over a decade old nested and reverted transforms technique to get the shape + MQs...

    Here's a super simple modern #CSS grid + clip-path + mathematical functions responsive version with no breakpoints codepen.io/thebabydino/pen/QwW

    #cssLayout #cssGrid #clipPath #hexagon #cssMaths #containerQueryUnits #code #cssVariables #coding #frontend #webDev #web #dev #webDevelopment

  15. Because this quick @codepen thing I made is getting hearted for some reason... corner grid item with inner corner rounding and text wrapping around the corner

    codepen.io/thebabydino/pen/LEY

    Some grid + shape-outside + container query units #CSS magic + #SVG #filter magic.

    ¯\_(ツ)_/¯

    #cssLayout #cssGrid #code #coding #web #dev #webDev #webDevelopment #frontend #containerQueryUnits #frontend

  16. CW: CPTSD, trauma, family, "tricky families", codependency, recovery

    short video on the codependent parent that doesn't leave a bad situation and teaches the child to submit and make-do with the bad situation: youtube.com/shorts/TmYZB018jss

    these parents can often feel like "co-victims" with the child, and when the kid grows up, the kid might realize that this adult actually had power and didn't use it to keep either themselves or the child safe. this can result in a lot more mixed- feelings towards this "slightly more safe" parent (compared to the more obviously abusive parent), and that might require a lot more internal work to resolve.

    i definitely had this dynamic in my house growing up, with my mom being the codependent that always urged me to just go along with whatever narcissist dad wanted (and she still does!). i once asked her how long we were supposed to play pretend and she said "until he dies". i say "no thanks" and live far far away.

    my mom definitely taught me to be submissive and to manipulate to get what i needed from dad (who of course held all the $ and power in the family, despite being the most childish and immature member).

    i can't help that she wants to play weird games with him, but i certainly don't have to be a part of that.

    and a few years ago, i did have to accept that she wasn't a co-victim but was an active part of the family system (acting in the role of the codependent). it was painful, hard, and i felt a big sense of betrayal. but i'm glad i faced that and am now on the other side of it, able to see both my parents more clearly for who they are.

    #CPTSD #trauma #family #recovery #narcissism #codependency

  17. Made this loader codepen.io/thebabydino/pen/Bay half a decade ago. Then it only worked in Chromium browsers with the Experimental Web Platform features flag enabled.

    As of 2024, it works cross-browser, no flags needed. Since someone hearting it reminded me of its existence, updated support info.

    #CSS #code #coding #frontend #web #webDev #dev #webDevelopment #mask #cssMask #cssGradient #conicGradient #cssVariables #cssAnimation

  18. A little @codepen demo I made some years back: #duotone a B&W image using pure #CSS #blending (and very little code in total) codepen.io/thebabydino/pen/MWb

    With a comparison slider between the two blend modes that may be used for the effect and a picker for duotone palette base.

    Created for my Taming Blend Modes #CSSTricks article css-tricks.com/taming-blend-mo

    #blendMode #code #coding #frontend #web #dev #webDev #webDevelpment #interactive #CodePen #JS #JavaScript #slider #comparison #comparisonSlider

  19. A little @codepen demo I made some years back: #duotone a B&W image using pure #CSS #blending (and very little code in total) codepen.io/thebabydino/pen/MWb

    With a comparison slider between the two blend modes that may be used for the effect and a picker for duotone palette base.

    Created for my Taming Blend Modes #CSSTricks article css-tricks.com/taming-blend-mo

    #blendMode #code #coding #frontend #web #dev #webDev #webDevelpment #interactive #CodePen #JS #JavaScript #slider #comparison #comparisonSlider

  20. A little @codepen demo I made some years back: #duotone a B&W image using pure #CSS #blending (and very little code in total) codepen.io/thebabydino/pen/MWb

    With a comparison slider between the two blend modes that may be used for the effect and a picker for duotone palette base.

    Created for my Taming Blend Modes #CSSTricks article css-tricks.com/taming-blend-mo

    #blendMode #code #coding #frontend #web #dev #webDev #webDevelpment #interactive #CodePen #JS #JavaScript #slider #comparison #comparisonSlider

  21. A little @codepen demo I made some years back: #duotone a B&W image using pure #CSS #blending (and very little code in total) codepen.io/thebabydino/pen/MWb

    With a comparison slider between the two blend modes that may be used for the effect and a picker for duotone palette base.

    Created for my Taming Blend Modes #CSSTricks article css-tricks.com/taming-blend-mo

    #blendMode #code #coding #frontend #web #dev #webDev #webDevelpment #interactive #CodePen #JS #JavaScript #slider #comparison #comparisonSlider

  22. A little @codepen demo I made some years back: #duotone a B&W image using pure #CSS #blending (and very little code in total) codepen.io/thebabydino/pen/MWb

    With a comparison slider between the two blend modes that may be used for the effect and a picker for duotone palette base.

    Created for my Taming Blend Modes #CSSTricks article css-tricks.com/taming-blend-mo

    #blendMode #code #coding #frontend #web #dev #webDev #webDevelpment #interactive #CodePen #JS #JavaScript #slider #comparison #comparisonSlider