So I wondered how I could make a parallax effect on a text without jquery because I don't want to have so many extra files in my project, from which I only use like 3 parts or something.
I only found answers that didn't meet my needs, so I thought I could ask my own question here.
How do I make text in a website that scrolls with the website itself, just like the background on some websites does? I don't want to use jquery or some other third party things, could anybody help me with this problem?
I don't really have any code, the only reference I have are those two websites:
Parallax Effect on Text
and
https://pxpx.co.uk/blog/article/two-simple-parallax-methods
The existing Stackoverflow post isn't what I looked for and as far as I know, it uses JQuery and as I said, I don't want to use things like this.