Fade elements background color from start color to the element's current
background color.
Start should be a 3D array representing R,G,B
Parameters | element | (Element|null) | | Dom Node to be used in the animation.
| start | (Array<number>|null) | | 3D Array for RGB of start color.
| time | number | | Length of animation in milliseconds.
| opt_eventHandler | (goog.events.EventHandler|null)= | | Optional event handler
to use when listening for events.
|
|
---|