Grainy Backgrounds with CSS and SVG Filters

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025

Комментарии • 13

  • @markporo
    @markporo 2 месяца назад +1

    Do you know if any of these options would be better for faster load times, or would they all perform about the same? Great video!

    • @EamonnCottrell
      @EamonnCottrell  2 месяца назад +1

      Glad you liked the video! I'm not 100% sure but I would lean toward the inline css 3rd option simply because it's all code and doesn't fool with a separate file to load. I doubt there's a ton of difference in all of them as long as you make sure the png or svg files are sufficiently tiny.

    • @markporo
      @markporo 2 месяца назад +1

      @@EamonnCottrell That makes sense. Thanks again for the insight :)

    • @EamonnCottrell
      @EamonnCottrell  2 месяца назад

      @@markporo You bet! Have a great one 👍

  • @ask-wj2pf
    @ask-wj2pf Год назад +1

    How do I animate that?

    • @EamonnCottrell
      @EamonnCottrell  11 месяцев назад

      The whole background? You can get fancy and actually write in animation inside the SVG file. It's a bit outside the scope of what I was doing here, but I did write an article about that a while back here: blog.eamonncottrell.com/animate-svgs-for-github-readmes

    • @ask-wj2pf
      @ask-wj2pf 11 месяцев назад +1

      @@EamonnCottrell ya I tried for some 10000 time but was unable to do it . Anyways nice tutorial

    • @EamonnCottrell
      @EamonnCottrell  11 месяцев назад

      ​@@ask-wj2pfYeah it was pretty complicated when I did it. You could opt for some HTML/CSS animated combo if you didn't want to fool with the SVGs at all. Like some of this type of stuff: devdevout.com/css/css-animated-backgrounds

    • @ask-wj2pf
      @ask-wj2pf 11 месяцев назад

      @@EamonnCottrell yup thanks. Will definitely try. ☺️

  • @charith-q8m
    @charith-q8m 8 месяцев назад +1

    Bro are you new to RUclips. it took me about 16hours to find a video cuz i didn't know the name to that effect😂. Great content btw.

    • @EamonnCottrell
      @EamonnCottrell  8 месяцев назад

      Thanks! Glad you finally found it! 😀😀

    • @charith-q8m
      @charith-q8m 8 месяцев назад

      @@EamonnCottrell 😁

  • @huzafaarshad973
    @huzafaarshad973 Год назад +1

    great job