Niklas Rämö
Niklas Rämö
I thought it would be fun and educating to see how/where Muuri is used. If you have a project you'd like to share please post a link to it here...
This feature request has popped up in the issues quite a few times and I think it's a worthy feature to add to the core (or at least make it...
To make the library more approachable and robust it makes sense to rewrite it with TypeScript. Not an easy/small task by any means, but well worth it in the long...
Canceling animation mid-flight and starting up a new animation can produce a noticeable sharp jump since the animation's playback position on the main thread may have drifted from the playback...
I've been thinking that default [`dragStartPredicate`](https://github.com/haltu/muuri#grid-option-dragstartpredicate) needs an overhaul. Currently it allows you to defined `distance` and `delay`, and sadly the delay does not work as you would suppose on...
After benchmarking the latest v0.9.0 release I've noticed that when you start the animation for hundreds of items there is a noticeable dip in fps. As the animations run in...
This: http://api.jqueryui.com/sortable/#option-containment
There's been a lot of feedback and requests to have an API that allows changing the grid options after init, and it's a very valid point. E.g. if you want...
Hey everyone, I hope you're enjoying Muuri so far! I'm currently refactoring Muuri's core to make it faster and easier on the memory. While at it I've been reviewing a...
At the moment drag placeholder will instantly teleport when the dragged item is moved between grids. The alternative would be that the placeholder animates between grids (which is visually much...