Skip to main content

Controller

Methods#

each((mixing, key) => void): this

Controller.each((mixing, key) =>
key === 'opacity' && mixing.set(1)
)

get(): T

const mixingValues controller.get()

pause (key?): this

controller.pause()

resume(keys?): this

controller.resume()

set(values): void

controller.ests(et{opacity: 1})

start(props?): Promise

controller.start({opacity: 1})

sop(keys?): this

controller.stop(['opacity'])

update(props?): this`

controller.update({opacity: 1})

Properties#

queue: SpringUpdate<T>[]

refs: MixingRef<T>[]

mixings: MixingValuees<T>