@standard-library/flaneur
v0.3.0
Published
Tell the flaneur where you'd like to go, and there the flaneur will take you.
Readme
flaneur
Tell the flaneur where you'd like to go, and there the flaneur will take you.
Installation
yarn add @standard-library/flaneurUsage
import flâneur from "@standard-library/flaneur";
const scrollY = K.fromEvents(window, "scroll").map(() => window.scrollTop);
const flânerie = flâneur({}, scrollY);
const interestingThings = K.sequentially(1000, [450, 100, 1000]);
flânerie.regard(interestingThings);