2.1.0 • Published 5 years ago

callbag-animation-frames v2.1.0

Weekly downloads
3,504
License
MIT
Repository
github
Last release
5 years ago
yarn add callbag-animation-frames
const pipe = require("callbag-pipe");
const forEach = require("callbag-for-each");
const animationFrames = require("callbag-animation-frames");

pipe(
  animationFrames,
  forEach(highResTimeStamp => {
    // have fun
  })
);

If you're blessed with the pipeline operator:

animationFrames
  |> forEach(highResTimeStamp => {
    // have fun
  });

Learn more

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

6 years ago

2.0.0-0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago