Sort

Floated Images - Custom Attribute

Code

YUI().use('gallery-yuisand', function(Y) {

	Y.one('#sort').on('click', function(e) {	
		new Y.YUISand({
			attribute 	: 'data-id',
			duration	: 1500
		});
		e.preventDefault();
	})

})