(keys)
| 28 | } |
| 29 | |
| 30 | removeKeys(keys) { |
| 31 | keys.forEach(function(key) { |
| 32 | if (this.get(key)) { |
| 33 | this.get(key).remove(); |
| 34 | } |
| 35 | }, this); |
| 36 | } |
| 37 | |
| 38 | animateAttrKeys(keys, attrObj, speed, easing) { |
| 39 | // either we animate a specific subset of keys or all |