(callback, params, position)
| 1508 | } |
| 1509 | |
| 1510 | call(callback, params, position) { |
| 1511 | return _addToTimeline(this, Tween.delayedCall(0, callback, params), position); |
| 1512 | } |
| 1513 | |
| 1514 | //ONLY for backward compatibility! Maybe delete? |
| 1515 | staggerTo(targets, duration, vars, stagger, position, onCompleteAll, onCompleteAllParams) { |
no test coverage detected