brisky-scroll
Scroll property that stores and applies scroll using state
usage
// elem props: scrollTop: $: 'funkyScrollField'
will do internally
// elem props: scrollTop: $: 'funkyScrollField' render: { const t = target // find the node tscrollTop = val * tscrollWidth - toffsetWidth // expects proportion } { tscrollTop = val // expects exact value } on: scroll: { // update the state on scroll using proportion const t = etarget estate }