Niklas Rämö

Results 21 issues of 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...

question

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...

help wanted
feature

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...

feature

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...

enhancement

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...

help wanted
feature

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...

enhancement
help wanted

This: http://api.jqueryui.com/sortable/#option-containment

feature

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...

feature

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...

help wanted
question

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...

enhancement
feature