I am seeking guidance on how to create a single page application using Angular that features a fixed background image (such as a white pattern) in the BODY tag. However, I would like the ability to change the color behind this image depending on the content within a DIV. For example, when scrolling further down, the color could transition from blue to red.
Is there a CSS expert who can assist me with implementing this dynamic background effect? Would working with z-index or parallax be part of the solution?