React-beautiful-dnd: Disable Move animaitons?

Created on 15 Mar 2018  路  2Comments  路  Source: atlassian/react-beautiful-dnd

Is it possible to disable the droppable move animation for items and instead have the drag item swap position by dragging on top of droppable item?

Most helpful comment

Shouldn't the user of the library make design decisions like this? This seems like an arbitrary limitation. Especially when it's so easy (but ugly) to fix, i.e. with transform: none!important. I strongly suggest reconsideration of this topic or at least opening a discussion and hearing opinions.

All 2 comments

At this stage no. It goes against the core characteristic of physicality that we are going for

Shouldn't the user of the library make design decisions like this? This seems like an arbitrary limitation. Especially when it's so easy (but ugly) to fix, i.e. with transform: none!important. I strongly suggest reconsideration of this topic or at least opening a discussion and hearing opinions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shalkam picture shalkam  路  3Comments

OmriAharon picture OmriAharon  路  3Comments

heymartinadams picture heymartinadams  路  3Comments

vrg-success picture vrg-success  路  3Comments

alexreardon picture alexreardon  路  3Comments