Open thure opened 4 years ago
These curves appear to be baked into react-beautiful-dnd
… our options look like these:
react-beautiful-dnd
, adjust the static curves, and publish to a private NPM registry (I wouldn't recommend this for the long-term)react-beautiful-dnd
for customizing timing curves and submit to the main repo; we can use a private NPM registry with our customizable branch while the PR is pending
In
react-beautiful-dnd
, the following animation values should change:drop
should becubic-bezier(.33, 0, .1, 1)
(calledDecelerateMin
)outOfTheWay
should becubic-bezier(.33, 0, .67, 1)
(calledEasyEase
)