DrewDahlman / Mason

Mason.js for creating a perfect grid with jQuery.
http://masonjs.com/
MIT License
1.22k stars 183 forks source link

Feature request: smooth transitions #67

Open matthew-dean opened 7 years ago

matthew-dean commented 7 years ago

Just one small request: when resizing, the blip where boxes suddenly disappear is jarring. It would be great if there was a smooth animation when changing sizes of the window.

DrewDahlman commented 7 years ago

This is something I want to play around with, the transition of elements would be fun, the only thing I can see potentially being an issue is the removal of elements but I think there could be some work in removing those before the transition triggers.