如何在init上添加到砌体项目的转换?

时间:2017-10-15 00:54:09

标签: javascript css jquery-masonry masonry

这是一支钢笔: https://codepen.io/DTX/pen/xXaBpJ

$('#sort').click(() => {
  $('.item').sort((a, b) => Math.random() - 0.5)
    .each((i, el) => $(el).parent().append(el));

  $grid.masonry('destroy')
  $grid.masonry()
})

当我按下排序按钮时,我想添加转换到调整大小等项目。我可以吗? enter image description here

0 个答案:

没有答案