I am recently writing a website questionnaire. As part of the questionnaire I want each page to have a fullscreen background image and a few image sprites on certain places on top of the background image.
For example.. if I had a picture of a 'city skyline at night'. I want to animate certain parts of that image such as a subtle blinking light or a car moving etc etc as part of the background.
Now on top of all of this I want to make sure that this can be implmented responsive so that the sprites are in their right x,y positions and right size etc on different browser resolutions.
I have looked around on the web for a few hours now and I am a little tired and I was hoping if someone could point me in the right direction for this as in a Javascript, an example, a tutorial, code anything will help me thanks.