Skip to content

Commit

Permalink
fix(form): change easing function for sortable lists
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Dec 16, 2022
1 parent e3af4b9 commit e602888
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ const SENSOR_OPTIONS: SensorOptions = {

const TRANSITION = {
duration: 200,
easing: 'linear',
easing: 'ease',
}

type Axis = 'x' | 'y'
Expand Down

0 comments on commit e602888

Please sign in to comment.