Page 1 of 1

Make background-color flicker in CSS

Posted: Tue Feb 24, 2015 8:01 am
by simonmlewis
I am looking at a feature whereby when someone clicks from an external cart, back to the main web site, it knows where they have come from, and then flickers the cart DIV to say "this is what you have just updated".

I know how to identify the URL, but I don't know how in CSS to say "this colour before, this colour after and transition:background-color 0.4s'.

Can it be done?

Re: Make background-color flicker in CSS

Posted: Tue Feb 24, 2015 11:38 am
by simonmlewis
Doesn't matter now. Found a nicer way - show a box with arrow, and make it fade out after a few seconds. Nicer and a little less annoying.