2.1.0 • Published 7 years ago

callbag-animation-frames v2.1.0

Weekly downloads
3,504
License
MIT
Repository
github
Last release
7 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

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

2.0.0-0

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago