Creates a Parallel that carries out multiple tweens on the same object. Usage: tween.make(filter, { brightness: { to: 5 } }, { duration: 2000 })
Object on which to carry out the tween
Map of property names to options for that property (like Tween() would take)
Default options for all properties, if not overridden by
Generated using TypeDoc
Creates a Parallel that carries out multiple tweens on the same object. Usage: tween.make(filter, { brightness: { to: 5 } }, { duration: 2000 })