home.social

#blending — Public Fediverse posts

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

  1. L-Arginine L-Citrulline Formulas Market in Germany | Report – IndexBox

    This report is an independent strategic category study of the market for L-Arginine L-Citrulline Formulas in G…
    #Germany #DE #Europe #EU #Europa #Blending&encapsulation #consumergoodsmarketreport #DailyWellnessRoutine #DTCE-commerce&SubscriptionPlatforms #FlavorMasking(forpowders) #forecast #L-ArginineL-CitrullineFormulas #marketanalysis #Pre-/Post-Workout #TargetedCirculationSupport
    europesays.com/germany/13805/

  2. Contributor: Blending hydrogen into gas pipelines would enrich utilities and harm Californians

    misryoum.com/us/environment/co

    The people of Orange Cove in Fresno County could soon be an unwilling part of an experiment in dangerous, expensive utility boondoggles. And if California’s gas companies get their way, families statewide will be forced to pay higher energy...

    #Contributor #Blending #hydrogen #into #gas #pipelines #would #enrich #utilities #and #harm #Californians #US_News_Hub #misryoum_com

  3. Derek Hough Launches New Series Blending Cooking and Fitness on ‘DWTS’

    Derek Hough, renowned judge from Dancing With the Stars (DWTS), is merging his culinary and fitness expertise with a new initiative. He has partnered with Barilla to launch the Protein+ Training Timers campaign…
    #dining #cooking #diet #food #Cooking ##DWTS #And #Blending #derek #fitness #Hough #launches #new #series
    diningandcooking.com/2468268/d

  4. A Talk With Menagerie’s Ricky & Lisa Novak • James Lane Post • Hamptons Culture & Lifestyle Magazine

    Menagerie Wine, created in Napa Valley, was founded by a group of friends united by their love for elegant, refined wine and a shared commitment to protectin…
    #dining #cooking #diet #food #Wine #Blending #conservation #featured #menagerie’s #Novak #ricky #wildlife
    diningandcooking.com/2466792/a

  5. Single element, minimal #CSS (20 declarations and only that many to even out browser inconsistencies), minimal #JS (just updates a custom property value), comparison slider (original image vs. desaturated one) on @codepen codepen.io/thebabydino/pen/MWM

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

  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. And here are cards with gradual left to right inversion: from no inversion at all on the left, to full inversion on the right. Again, minimal code, single div, no pseudos necessary, 2 #CSS declarations.

    Live demos on @codepen

    ✳️ codepen.io/thebabydino/pen/mdO

    ✳️ codepen.io/thebabydino/pen/dyO

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

  8. Here's another set of cards with varying patterns, all created with the exact same 4 blended CSS gradients, it's just the stops list `--c` that changes for each card.

    So basically, it's again just one `background` + one `background-blend-mode` property.

    Live demo on @codepen
    codepen.io/thebabydino/pen/vYy

    #CSS #blending #blendMode #pattern #cssGradient #coding #frontend #code #web #dev #webDev #webDevelopment #cssPattern #cssPatterns #patterns

  9. Here's another set of cards with varying patterns, all created with the exact same 4 blended CSS gradients, it's just the stops list `--c` that changes for each card.

    So basically, it's again just one `background` + one `background-blend-mode` property.

    Live demo on @codepen
    codepen.io/thebabydino/pen/vYy

    #CSS #blending #blendMode #pattern #cssGradient #coding #frontend #code #web #dev #webDev #webDevelopment #cssPattern #cssPatterns #patterns

  10. Here's another set of cards with varying patterns, all created with the exact same 4 blended CSS gradients, it's just the stops list `--c` that changes for each card.

    So basically, it's again just one `background` + one `background-blend-mode` property.

    Live demo on @codepen
    codepen.io/thebabydino/pen/vYy

    #CSS #blending #blendMode #pattern #cssGradient #coding #frontend #code #web #dev #webDev #webDevelopment #cssPattern #cssPatterns #patterns

  11. Here's another set of cards with varying patterns, all created with the exact same 4 blended CSS gradients, it's just the stops list `--c` that changes for each card.

    So basically, it's again just one `background` + one `background-blend-mode` property.

    Live demo on @codepen
    codepen.io/thebabydino/pen/vYy

    #CSS #blending #blendMode #pattern #cssGradient #coding #frontend #code #web #dev #webDev #webDevelopment #cssPattern #cssPatterns #patterns

  12. Here's another set of cards with varying patterns, all created with the exact same 4 blended CSS gradients, it's just the stops list `--c` that changes for each card.

    So basically, it's again just one `background` + one `background-blend-mode` property.

    Live demo on @codepen
    codepen.io/thebabydino/pen/vYy

    #CSS #blending #blendMode #pattern #cssGradient #coding #frontend #code #web #dev #webDev #webDevelopment #cssPattern #cssPatterns #patterns

  13. And here's a cards demo with a cool, yet very simple trick: these left to right gradients are vibrant at the top, but then progressively get more and more desaturated going down, until fully grey.

    Live on @codepen codepen.io/thebabydino/pen/xxz - only 2 CSS declarations necessary!

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

  14. By the way, the code is heavily commented codepen.io/thebabydino/pen/MYW

    So you can see how it works without JS, without wrapping individual elements into spans, just letting it wrap naturally. And without covers that wouldn't allow for an image backdrop behind the text.

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

  15. If we have an inline `span` inside a `p` & we give it a semi-transparent `background` + a `padding`, we get an alpha increase where backgrounds of adjacent lines overlap.

    How would you solve this problem without text duplication, without stacking 2 identical `p` elements, one for background (opaque background + transparent text + opacity) and one for text (transparent background)?

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

  16. Hi, mastodon 🦣 I have a new article out!

    A Deep Dive into the Inline Background Overlap Problem: frontendmasters.com/blog/overl

    How do you get the below result (semi-transparent background on inline span) with large padding & no overlap?

    Answer in article, but think a bit about it first. 😼

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

  17. Pure #CSS 1 div halftone-masked background card codepen.io/thebabydino/pen/GRN on @codepen.

    Made this 4 years ago - can you guess how before checking the code?

    Doesn't work in Firefox due to an old bug 🪲 bugzilla.mozilla.org/show_bug. not even related to the halftone mask, but caused by the duo text on the right.

    #filter #code #coding #frontend #cssfFilter #web #dev #webDev #webDevelopment #blendMode #blending

  18. By the way, this is my second article for Frontend Masters.

    My first was a few months ago and it was about creating dynamic split effects (image, text, page) without any content duplication whatsoever frontendmasters.com/blog/split

    #CSS #SVG #filter #blending #code #web #webDev #frontend #coding #dev #webDevelopment #blendMode #svgFilter #cssGradient

  19. I have a new article out: 🎇 Pure CSS Halftone Effect in Only 3 Declarations 🎇 frontendmasters.com/blog/pure-

    This goes through the how behind the 3 declarations and then explores a lot of variations that help us produce 🌟 cooler, more interesting 🌟 patterns.

    #CSS #pattern #gradient #halftone #cssPattern #cssGradient #filter #blending #blendMode #code #coding #frontend #web #dev #webDev #webDevelopment

  20. I have a new article out: 🎇 Pure CSS Halftone Effect in Only 3 Declarations 🎇 frontendmasters.com/blog/pure-

    This goes through the how behind the 3 declarations and then explores a lot of variations that help us produce 🌟 cooler, more interesting 🌟 patterns.

    #CSS #pattern #gradient #halftone #cssPattern #cssGradient #filter #blending #blendMode #code #coding #frontend #web #dev #webDev #webDevelopment

  21. I have a new article out: 🎇 Pure CSS Halftone Effect in Only 3 Declarations 🎇 frontendmasters.com/blog/pure-

    This goes through the how behind the 3 declarations and then explores a lot of variations that help us produce 🌟 cooler, more interesting 🌟 patterns.

    #CSS #pattern #gradient #halftone #cssPattern #cssGradient #filter #blending #blendMode #code #coding #frontend #web #dev #webDev #webDevelopment

  22. I have a new article out: 🎇 Pure CSS Halftone Effect in Only 3 Declarations 🎇 frontendmasters.com/blog/pure-

    This goes through the how behind the 3 declarations and then explores a lot of variations that help us produce 🌟 cooler, more interesting 🌟 patterns.

    #CSS #pattern #gradient #halftone #cssPattern #cssGradient #filter #blending #blendMode #code #coding #frontend #web #dev #webDev #webDevelopment

  23. I have a new article out: 🎇 Pure CSS Halftone Effect in Only 3 Declarations 🎇 frontendmasters.com/blog/pure-

    This goes through the how behind the 3 declarations and then explores a lot of variations that help us produce 🌟 cooler, more interesting 🌟 patterns.

    #CSS #pattern #gradient #halftone #cssPattern #cssGradient #filter #blending #blendMode #code #coding #frontend #web #dev #webDev #webDevelopment

  24. 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

  25. 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

  26. 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

  27. 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

  28. 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

  29. Another request, mastodon 🦣

    If you can test in Safari, can you let me know what the second (moving) line looks like for you?

    codepen.io/thebabydino/pen/Jjg

    Cyan like expected/ Chrome/ Firefox? Lime like what I'm seeing with Epiphany?

    Boosts appreciated if you cannot test. Thanks! 🙏

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

  30. If you can test in actual Safari, could you let me know how this looks for you?

    codepen.io/thebabydino/pen/Yzo

    Like in the first screenshot or like in the second?

    Thanks! 🙏

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

  31. Saw some familiar demos among those trending on @codepen 🙃

    ✨blended layers

    ✨slice & offset

    ✨here is real magic 🪄

    ✨dizzy 3D

    ✨no matrix gooey effect

    ✨realistic grainy shadows

    ✨slice

    ✨split text effect

    #SVG #CSS #filter #svgFilter #blendMode #blending #code #coding #frontend #web #dev #webDev