home.social

#texteffects — Public Fediverse posts

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

  1. Simplest sliced text with absolutely no duplication - not in the markup, not in any pseudos. This means it's contenteditable without requiring JS!

    Live demo on @codepen: codepen.io/thebabydino/pen/VYK

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

  2. Simplest sliced text with absolutely no duplication - not in the markup, not in any pseudos. This means it's contenteditable without requiring JS!

    Live demo on @codepen: codepen.io/thebabydino/pen/VYK

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

  3. Simplest sliced text with absolutely no duplication - not in the markup, not in any pseudos. This means it's contenteditable without requiring JS!

    Live demo on @codepen: codepen.io/thebabydino/pen/VYK

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

  4. Simplest sliced text with absolutely no duplication - not in the markup, not in any pseudos. This means it's contenteditable without requiring JS!

    Live demo on @codepen: codepen.io/thebabydino/pen/VYK

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

  5. Simplest sliced text with absolutely no duplication - not in the markup, not in any pseudos. This means it's contenteditable without requiring JS!

    Live demo on @codepen: codepen.io/thebabydino/pen/VYK

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

  6. Torn on @codepen: codepen.io/thebabydino/pen/XWQ

    Absolutely no text duplication whatsoever, not in the markup, not in the `content` of any pseudo. No images save for the "newspaper" background (which doesn't include the torn edges, screen #2) and for #CSS gradients.

    Just some #SVG #filter magic! 🪄✨

    #svgFilter #cssGradient #textEffects #code #textEffect #coding #frontend #web #dev #webDevelopment #webDev

  7. Multilayer candy effect with no text duplication. In fact, this is contenteditable, no JS required 🐱

    Check out the live demo on @codepen codepen.io/thebabydino/pen/XWO

    Just a bit of #SVG #filter magic! 🪄✨

    #svgFilter #cssGradient #code #coding #web #dev #webDev #webDevelopment #CSS #frontend #textEffect #textEffects

  8. Another text effect on @codepen: codepen.io/thebabydino/pen/ZEZ

    No text duplication whatsoever, no part of the effect baked into the font, no images save for the CSS gradient backdrop, no JS.

    All done with #SVG #filter magic 🪄✨ - can you figure out how before checking the code?

    #svgFilter #css #code #coding #frontend #textEffect #textEffects #cssGradient #web #dev #webDev #webDevelopment

  9. Split text with blended half shadow on @codepen codepen.io/thebabydino/pen/LYv

    No text duplication whatsoever, no images other than #CSS gradients, no funky fonts* - all done with #SVG #filter magic! 🪄✨

    *font used here is fonts.google.com/specimen/Rubi - you can see the effect isn't baked into it

    #svgFilter #cssGradient #code #coding #web #dev #webDev #webDevelopment #textEffect #textEffects #frontend

  10. Retro 3D 🍫🦋 effect on @codepen: codepen.io/thebabydino/pen/bGy

    No text duplication whatsoever, no long shadow list, no funky fonts, no JS, no images other than CSS gradients. Extrusion is all #SVG #filter magic 🪄✨ - as illustrated by the recording below including the DevTools panel.

    #svgFilter #textEffects #textEffect #extrude #extrusion #code #coding #frontend #CSS #web #dev #webDev #webDevelopment #cssGradient

  11. The item page has ~20 screenshots of how it works with different fonts, as well as screenshots of what it looks like when using the DevTools vision deficiency emulator. This was actually what prompted me to try to max out the selection highlight contrast by choosing the complementary.

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

  12. #3D text with double outlines & inner shadows. Absolutely no text duplication whatsoever needed, not in the markup, not in pseudo content. No funky fonts. Contenteditable with no JS needed.

    Can you figure out how before checking my code?

    Live on @codepen codepen.io/thebabydino/pen/LYv

    #SVG #filter #svgFilter #code #coding #web #dev #webDev #webDevelopment #frontend #textEffects #textEffect #extrusion

  13. Slice & offset text without any duplication whatsoever, not in the markup and not in pseudo content (which you can see in the DevTools panel on the right).

    Done with #SVG #filter magic! 🪄✨

    Can you figure out how before checking the code?

    Live on @codepen codepen.io/thebabydino/pen/yLW

    #svgFilter, #textEffects, #textEffect, #coding, #typography, #poster, #code, #frontend, #web, #dev, #webDev, #webDevelopment

  14. No text duplication. A single image used. All with clever #CSS and #SVG #filter magic! 🪄✨

    Uses `text-orientation: upright` for vertical text. Matrix filter extracts just the red areas of the image. These get intersected/ subtracted from the text.

    Live on @codepen.io: codepen.io/thebabydino/pen/dyE

    One of my favourite SVG filter demos I've made.

    #svgFilter #textEffects #textEffect #coding #typography #poster #code #frontend #web #dev #webDev #webDevelopment

  15. Here's another 2 techniques in 1 demo on @codepen: double stroke, transparent text, two approaches codepen.io/thebabydino/pen/GgR

    Can you figure out any of them before checking the code? Neither uses any duplication whatsoever (no duplicating the text and no duplicating the image as tex fill).

    #CSS #SVG #textStroke #textEffects #code #textEffect #coding #frontend #filter #svgFilter #web #dev #webDev #webDevelopment

  16. A cool single div poster on @codepen codepen.io/thebabydino/pen/dyE

    Real text, no duplication at all, not in the markup, not in pseudo content. A single image used for the backdrop, the magic 🪄 is in a `feColorMatrix` extracting the contrasting red areas to use them for the text split.

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

  17. Comic 3D on @codepen codepen.io/thebabydino/pen/abM

    A little text effect demo with outline, inner shadow, #halftone pattern and extrusion effect.

    No images other than #CSS gradients, no text duplication whatsoever, contenteditable.

    An #SVG #filter does the magic! ✨🪄🎩🐇

    #svgFilter #cssGradient #code #coding #web #dev #webDev #webDevelopment #frontend #textEffect #textEffects

  18. Updated to add another possible solution not limited by font (not ugly for cursive fonts) - see
    mastodon.social/@anatudor/1124

    However, this solution needs text duplication + has both inner & outer stroke outside unstroked text shape.

    Both on @codepen 👉 codepen.io/thebabydino/pen/GgR

    #SVG #filter #textEffect #svgFilter #coding #code #frontend #typography #textEffects #web #dev #webDev #webDevelopment #textStroke

  19. 1⃣ using a channel as an alpha mask - the bottom row lets us choose which input channel is used for the output alpha; if we set one of the RGB channels (first 3 values) to 1 and zero all else on the last row, that channel is used as the alpha mask.

    Here is the interactive demo illustrating this on @codepen
    codepen.io/thebabydino/full/OJ

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

  20. Want inline semitransparent text background with no overlap?

    Here's how on @codepen
    codepen.io/thebabydino/pen/gbO
    (you can see the overlap problem and the desired result below)

    The `filter` combines 2 `feColorMatrix` techniques:

    1️⃣ using a channel as an alpha mask

    2️⃣ solid fill

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

  21. "TextMeshPro Alpha", available for $6.99 on the #Unity #AssetStore, has just been updated to v.1.1.1, which includes a couple of fixes to gain full compatibility with #Unity6.

    youtube.com/watch?v=4JyGpXrtcb

    #gamedev #madewithunity #ui #ux #texteffects #uidesign #indiedev #textfading

    Want it for free?

    A data structure used by compilers is missing from here... ??V-CUHL-WH6J-QG3?-P9XP-TAV3

    Not fast enough? Buy it here: u3d.as/1WYH

  22. Someone hearted a Pen I made over a year ago, a no library, minimal JS version of another I found on @codepen.

    At the time, it didn't work in Firefox as it was transitioning custom properties and support for :has() there was spotty.

    Now it's cross-browser codepen.io/thebabydino/pen/gOqYdJd

    #CSS #cssTransition #mask #cssMask #revealEffect #textEffects #textEffect #code #coding #frontend #webDevelopment #web #dev #webDev

  23. The item page has ~20 screenshots of how it works with different fonts, as well as screenshots of what it looks like when using the DevTools vision deficiency emulator. This was actually what prompted me to try to max out the selection highlight contrast by choosing the complementary.

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

  24. The item page has ~20 screenshots of how it works with different fonts, as well as screenshots of what it looks like when using the DevTools vision deficiency emulator. This was actually what prompted me to try to max out the selection highlight contrast by choosing the complementary.

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

  25. The item page has ~20 screenshots of how it works with different fonts, as well as screenshots of what it looks like when using the DevTools vision deficiency emulator. This was actually what prompted me to try to max out the selection highlight contrast by choosing the complementary.

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

  26. The item page has ~20 screenshots of how it works with different fonts, as well as screenshots of what it looks like when using the DevTools vision deficiency emulator. This was actually what prompted me to try to max out the selection highlight contrast by choosing the complementary.

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

  27. Torn on @codepen: codepen.io/thebabydino/pen/XWQ

    Absolutely no text duplication whatsoever, not in the markup, not in the `content` of any pseudo. No images save for the "newspaper" background (which doesn't include the torn edges, screen #2) and for #CSS gradients.

    Just some #SVG #filter magic! 🪄✨

    #svgFilter #cssGradient #textEffects #code #textEffect #coding #frontend #web #dev #webDevelopment #webDev