TWEEN ANIMATION
Targets: Array
An array containing multiple targets.
| Type | Default | Example |
| Array | null | .targets(['.item', $1('#thing'), myObj)
|
CODE EXAMPLE
let el = $1('.el-01');
new TweenAnim({
keys: {
translateX: 250
}
}).targets([el, '.el-02', '.el-03']);