I am trying to figure how the colorProps plugin works?   I have a div #bgGrad with a linear-gradient background and I would like to tween it to ANOTHER linear gradient.   How do I do that? I tried TweenMax.to("#bgGrad", 1, {colorProps:{background:"linear-gradient(#ffffff, #007dba, #004165)"}}); but in vain...