Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Noise

  • This topic is empty.
Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • #77012
    chrisburton
    Participant

    Lea’s Response: @ItsChrisBurton I’ve thought about it, but can’t find a way to do it that has advantages over an image.


    @LeaVerou
    Why I asked is because a forum member on @real_CSS_Tricks is trying to create this effect. http://jsfiddle.net/mightymeta/B2EFG/

    Lea’s Response: @ItsChrisBurton That’s exactly the no-go way I had in mind. 42 gradients, 7KB and it’s still not nice. Totally not worth it.
    ______

    I don’t believe we have to stick to png overlay because there is a way to create this effect using canvas and javascript. @james_brocklehurst, Although Lea might be right, I believe your version would work better applied to the body instead of a div.

    #76977
    kontur
    Member

    can’t help you with the feature-fascination problem you are facing here, but I feel a strong urge to write in the following:

    a) noise is out, because it’s in
    b) does anyone else see the parallel to 10 or so years back when web developers were figuring out all this cool stuff that required the mandatory “best viewed in…” clause?
    c) tbh, the css way to do this is… background-repeat, probably takes less bytes than any css-gradient code :P

    cheers & good luck further on :)

    #76953
    chrisburton
    Participant

    What does current trends have to do with this discussion? I think the main focus here is the possibility of creating noise with CSS and if anyone has anything to bring to the table to further progress the situation.

    #76328

    Looks like this one is a no-go :( Was hoping someone would present a ‘eureka’ solution but never mind. Will check back from time to time just in case…

    #76329
    chrisburton
    Participant

    I still think it’s possible but with enormous amounts of CSS markup that would have too big of a file size to alternatively switch from using javascript and canvas or images.

    #83552
    mightymeta
    Member

    Don’t know if anyone is still listening here but I’m trying this again using a data uri instead of gradients:

    http://www.mightymeta.co.uk/demos/css-noise/

    View the source to see what I did.

    Still too big and clumsy (code weighs in at just under 4K) but determined to get it to about half of that.

    Benefits are no need for extra http requests external image links, can overlay it over anything by simply adding a class, plus will tile indefinitely.

    Theoretically the concept should work for other repeating textures too!

    (James Brocklehurst)

    #83555
    chrisburton
    Participant

    What is the benefit of this compared to using canvas which usually keeps it under 2K on the body element?

    #84399
    mightymeta
    Member

    @ ChristopherBurton. It doesn’t require extra markup, doesn’t require extra HTTP requests to external JS files, doesn’t require support for canvas tag, will work without JS enabled.

    Now got it down to 2K. Have a post about it here http://www.mightymeta.co.uk/css-noise/

    #84503

    @mightymeta Great post, I have been using data URI’s for a while now, but yours is about half the weight of mine. Thanks!

    Have you thought about creating a noise pattern that is mostly transparent, I notice with yours it increases the shade quite a bit. You can see an example of what I am talking about here: http://jsfiddle.net/sl1dr/bZNWz/ (feel free to use that png).

    #85682
    mightymeta
    Member

    @joshuanhibbert. Agreeed, the source image I’ve used isn’t perfect. I’ll give yours a try, thanks!

    #85719
    chrisburton
    Participant

    Just an fyi, the pattern seems off.

    #134470
    WillPage
    Member

    So well played @mightymeta. I am officially inspired! Love the result on the example image (teacup)

Viewing 12 posts - 16 through 27 (of 27 total)
  • The forum ‘CSS’ is closed to new topics and replies.