sortable-simple-source-js-visual.mustache revision 978333287299d3e6ed7cc4c8b60d14d082736e35
// Progressively indent the text. This is purely visual for this example.
var marg = 0;
Y.all('#demo li').each(function (v, k){
v.setStyle('textIndent', (marg += 0.8) + 'em');
});