Пример #1
0
 step: function(key, fx) {
     var value = fx.end;
     key = regexpColor.test(value) ? 'fillColor' :
           regexpGradient.test(value) ? 'fillGradient' : null;
     if (key) {
         StyleSheet.step(this, key, fx);
     }
 }
Пример #2
0
 step: function(key, fx) {
     StyleSheet.step(this, 'strokeColor', fx);
 }