Buffer v0.8

A javascript Mootools plugin for image buffering



Details

Author
Olivier Gasc
Current version
v0.8
GitHub
Oliv/Buffer
Downloads
2319
Category
Request
Tags
Report
GitHub Issues

Releases


Dependencies

  • _self_/_current_:
    • Array
    • Options
    • Asset

How to use

Syntax :

var buffer = new Buffer({
    debug: false, // console logging (if a file fails loading)
    cache: false, // force uncaching by adding time after filename
    path: '/'     // path to use for image loading
});

Get all images of a type, or one image in particular

buffer.get(type[, key])

Set one or more images if src is an array. Loading occurs only if the image is not already loaded and returns it. If you are using multiple times an image with distinct behaviour, don't forget to use image.clone(). If args is set, args is passed to the callback function

buffer.set(type, src, fn[, args])

Defines the path to use to load images

buffer.path(path)

Removes all images of a type, or a single image

buffer.remove(type[, key])

Discuss

A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.

Found a bug in this plugin? Please report it this repository's Github Issues.

blog comments powered by Disqus