home.social

#graphiceffect — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #graphiceffect, aggregated by home.social.

  1. ¹if my work has helped you or you just like it and you want to see more, please consider supporting it where it best suits you:

    Patreon (recurring) patreon.com/anatudor

    Ko-fi (one time/ recurring) ko-fi.com/anatudor

    You also get access to stuff that's not (yet) public.

    ²because someone asked about this reddit.com/r/css/comments/1gpz

    #CSS #SVG #filter #svgFilter #code #coding #web #dev #webDev #webDevelopment #frontend #graphicEffect

  2. Ever wanted to fade the edges of an image? If you're a patron¹ on Patreon, then you may have already seen this simple #SVG filter solution in early 2023, but here it is for everyone now².

    Live demo on @codepen, which also includes a dithering version codepen.io/thebabydino/pen/VYZ

    #SVG #filter #svgFilter #code #coding #web #dev #webDev #webDevelopment #frontend #graphicEffect

  3. My solution for a fun little challengeⁱ - gradual selective saturation on hover!

    You can see the result on @codepen: codepen.io/thebabydino/pen/ZEg

    Single img in a figure, no duplicating the image on a background or anything, just applying an #SVG #filter on figure after a mask on img.

    Original images included for comparison.

    ⁱtwitter 🐦 x.com/snorklTV/status/18415336

    #svgFilter #CSS #code #graphicEffect #coding #frontend #web #webDev #dev #webDevelopment

  4. We can also go the other way with the exact same minimal structure: from black and white photography to a duotoned image - see it on @codepen: codepen.io/thebabydino/pen/jOj

    ✨ single element, no ::before or ::after
    ✨ under 20 #CSS declarations
    #JS only needed to update 1 CSS variable on drag

    #blending #blendMode #duotone #graphicEffect #code #coding #frontend #web #webDev #webDevelopment #dev