#ruby #rust #http #web #webDevelpment
`feComponentTransfer` allows us to manipulate individual RGBA channels. In this case just the alpha (via `feFuncA`) by making all assembly pixels whose alpha is below `.5` fully transparent (alpha = 0). And all other pixels fully opaque (alpha = 1).
This makes edges jagged. 💀
Maybe not so noticeable in some cases, but it often won't cut it.
#CSS #cssFilter #svgFilter #cssBlur #code #webDev #web #dev #webDevelpment #coding #frontend #goo #gooey #blobs #metalball
You can also create your Laravel Application while using custom Package. Its a sure guarantee for scalable, maintainable and reusable code. See how its implemented with an online office furniture system.
https://muwangaxyz.medium.com/making-your-custom-package-in-laravel-11-from-scratch-2b06b6b385f4
#laravelframework #onlineofficefurniture #officefurnituredubai #CustomPackages #LaravelPackages #scalablecode #maintaibalecode #CodeReusability #webdevelpment
Someone asked how to get a double stroke text. Here's my take on it, requiring no text duplication: https://www.reddit.com/r/css/comments/1j04b4e/comment/mfbaq7y/
@codepen demo with minimal code 😸 https://codepen.io/thebabydino/pen/GgRrmzO?editors=1100
#SVG #filter #textEffect #CSS #code #dev #coding #webDev #webDevelpment #web #frontend
A little @codepen demo I made some years back: #duotone a B&W image using pure #CSS #blending (and very little code in total) https://codepen.io/thebabydino/pen/MWbdbrm
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 https://css-tricks.com/taming-blend-modes-difference-and-exclusion/
#blendMode #code #coding #frontend #web #dev #webDev #webDevelpment #interactive #CodePen #JS #JavaScript #slider #comparison #comparisonSlider
Here's a little collection of #SVG #filter generated textures on @codepen:
https://codepen.io/thebabydino/pen/PovZKaz
#svgFilter #texture #code #coding #frontend #web #webDev #dev #webDevelpment
#tinyCSStip You may have seen some of my demos using this on #CodePen already. Here's the how behind it.
Pure #CSS #halftone effect in 3 declarations:
✨ background layering a pattern and a map
✨ blend mode multiplication of the two layers
✨ contrast bump up to push all greys to either black or white
#cssFilter #filter #cssTricks #cssTip #cssTips #tipsAndTricks #code #coding #frontend #wedDev #webDevelpment
`background-blend-mode` is not applied in Safari when at least one of the layers blended has `background-clip: text`.
Bug 267129 🪲 https://bugs.webkit.org/show_bug.cgi?id=267129
Live test https://codepen.io/thebabydino/pen/MWxYYJw?editors=1100
There are workarounds, but involve using a pseudo that wouldn't otherwise be needed at best & multiple text copies if 2+ `background` layers need to be restricted to `text`. If the text should also be `contenteditable`... 😭
#css #Safari #SafariBug #bug #bugs #code #coding #frontend #webDev #webDevelpment
Standalone Elements · Individual open source web components with zero or few dependencies https://ilo.im/1077j9
_____
#development #resources
#webdevelpment #webdev #WebComponent #element #API #JavaScript #JS #HTML