I need the background colour to change every 750 ms to a different colour (needs to be bright colours) but fade so its not just flicking between colours. So basically just need some javascript to change the background colour and fade bewteen them every 750 ms. Also, this can be done in jQuery if you prefer.
Share
If you are using jQuery, try jQueryUI’s animate, something like:
Of course, dont forget to include the library: http://jqueryui.com/demos/animate/
Edit: Use this for good, don’t give your users a headache!