kutlugsahin / smooth-dnd

drag and drop library for javascript
MIT License
599 stars 147 forks source link

DropPreviewOptions.animationDuration miss-type #46

Closed joshuacoles closed 5 years ago

joshuacoles commented 5 years ago

Hey, I was playing with the React Cards example and I noticed the animationDuration property on DropPreviewOptions was typed as string where as on ContainerOptions is a number and its usages generally seem to be as a number. Is this a typo?

If so I am happy to PR to fix.

kutlugsahin commented 5 years ago

Yes indeed it's a typo. PR is welcome :)