fxq
v0.0.2
Published
An effects queue pretty much copied straight from jQuery. And then simplified.
Downloads
2
Readme
fxq
An effects queue pretty much copied straight from jQuery. And then simplified.
Uses a (native) Map to store the queue, so it does not only work for DOM elements.
Installation
npm install fxq
Methods
- q.queue
- q.dequeue
- q.finish
TODO
maybe implement stop()