UNPKG

zwip

Version:

Utility for creating JS animations on top of W3C [requestAnimationFrame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame) function.

3 lines 92 B
export Animation from './animation'; export Zwip from './zwip'; export Chain from './chain';