MCPcopy Index your code
hub / github.com/electerious/basicScroll / _update

Function _update

src/scripts/main.js:395–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

393
394 // Update props
395 const _update = () => {
396
397 // Get new props
398 const { elem, props } = getProps(instance)
399
400 // Set new props
401 setProps(elem, props)
402
403 return props
404
405 }
406
407 // Starts to animate
408 const _start = () => {

Callers

nothing calls this directly

Calls 2

getPropsFunction · 0.85
setPropsFunction · 0.85

Tested by

no test coverage detected