Capítulo 60 de 411
killTweensOf() kills the tweens inside this timeline that affect the given targets, optionally scoped to specific properties.
| Parameter | Type | Description |
|---|---|---|
targets | Selector | Array | Object | which target(s) |
props | String | optional comma-delimited property list |
onlyActive | Boolean | if true, only kill tweens currently active |
tl.killTweensOf(".box", "opacity");