Function make

  • Creates a Parallel that carries out multiple tweens on the same object. Usage: tween.make(filter, { brightness: { to: 5 } }, { duration: 2000 })

    Parameters

    Returns Parallel

    Obj

    Object on which to carry out the tween

    Props

    Map of property names to options for that property (like Tween() would take)

    Options

    Default options for all properties, if not overridden by

    Props

Generated using TypeDoc