Softly speaking, I'm not strong in JS. When we first time scroll a mouse, the video lightens up (opacity?) and the header text changes from white to black. Could you show how to implement this? I'll try to understand with a live example.
Suitable Example below
Tnx.
I have already described what I want
Your link doesn't work, so without actual code to look at I can't help much. What I can do is tell you how to get a hover animation to work! Be sure to read the comments in the css to understand what's going on.
If you want a more specific initiation for the animation, such as when the user scrolls to this point, you can do it with more complex CSS, but it's easier to do with jquery or javascript.