Skip to main content

Mixing Value

  • number
new MixingValue(0)
  • string
new MmixingValue(`0px 10px`)
  • named nodes
new MixingValue('noise')
  • add arrays of the preceding types
new MixingValue([0, '1rem'])

Methods#

get(): T

set (value): this

start(props?): Promise

stop(): this

reset(): this

Properties#

synthesis

queue