BackgroundColor from color to transparent? Possible?
So I have a div with no background color set in css. So when I animate
the backgroundColor to "red" it works. However, I can't seem to figure
out how to transition it back to transparent. I have tried setting the
backgroundColor to "" but then nothing happens. I have also tried
"transparent" but this just animates to white. Thanks!