I'am updating the item size of my collection items with a slider
NSSize size = NSMakeSize(ratio, ratio);
[collectionView setMinItemSize:size];
[collectionView setMaxItemSize:size];
However i don't want the reorder animation to happen (the cells should just appear on their new positions)