101
101
// Check the background color to make sure
102
102
// it isn't 'transparent'.
104
104
var bg = to.backgroundColor.call(anim, anim.get('node'));
105
105
if (bg === 'transparent') {
106
106
Y.error("Can not animate to a 'transparent' background " +