On my current web project, I am aiming for an immediate impact with a full-screen image that transitions to reveal text and information when the user starts scrolling. The challenge lies in ensuring this effect is consistent across various screen resolutions without compromising the design. While I prefer avoiding javascript, I am open to using it if necessary.
In essence, my goal is for a div's position from the top of the screen to remain constant, causing it to appear as soon as the user initiates downward movement on any device.