Animated Film Grain Effect Design & Implementation

Hey thanks for responding, @Sachin. Unfortunately I’m still a bit stuck. Did I mention I’m not good at coding? lol

The HTML setup makes sense to me, but I am just so completely lost when it comes to Javascript.

It sounds like I copy/paste this snippet of code in the /body section of the page settings menu:

<script src="grained.js"></script>

But then that’s where I get stuck. I don’t know where to go from there. It says to initialize the library by writing the following line of code, but it doesn’t say where to copy/paste it.

grained('elementId',options)

And then is that it? Is that all I have to do? What about the “Options” part at the bottom? Where does that go?

Sorry if I wasn’t very clear here that I’m not very good at coding and was looking for more clear and precise step-by-step instructions. Hopefully myself and others like me can take something away from this and become better because of it!