Reviews

Current Version

Review posted by matchavez on at

It's good, but misses random

matchavez
It's a nice addition to your pages. If you have a single image, it's your pick. I then decided I wanted to do a slideshow. Unfortunately, it's always the same boring order. I'd like to see a random option like most slideshow software have.

For a plug-in that just "plug-in-izes" a github project, I'd like to see something added.http://vegas.jaysalvat.com

Create the shuffle function (courtesy of Google):
//+ Jonas Raoni Soares Silva
//@http://jsfromhell.com/array/shuffle... [v1.0]
function shuffle(o){ //v1.0
    for(var j, x, i = o.length; i; j = Math.floor(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x);
    return o;
};
Then, data and call:
var myArray = ['1','2','3','4','5','6','7','8','9'];
newArray = shuffle(myArray);
share|improve this answer


https://github.com/jaysalvat/vegas/issues/38...
Response by hereNT on at
hereNT
That's a good idea. When I have some time, I'll put that in!

Thanks!
Review posted by PineCreativeLabs on at

Sleek 'n Easy

PineCreativeLabs
Very easy to use, with a sleek, modern design. Nice options for flexibility. Recommended!

Filter Posts