I am a beginner programmer designing a website for smartphones and i have a background image for the body that i would like to slowly vary in color balance, alternating colors as if someone was tweaking the Photoshop color balance control bars a certain percentage in either direction. This is happening constantly while you are viewing the page, but slow enough so as to not be too distracting. Essentially, a color-changing background image.
Is it possible for this effect to be achieved on smartphones and how? Thanks!
heres a link to the bg image:
https://i.stack.imgur.com/Ksm7W.jpg
possible solutions i am thinking of (keeping in mind i am a novice): creating multiple images in different balance states and using a slow transition to smoothly shift from one to the next, or creating a looped animated image file and using it as a bg image. would either of these things work in my app?