Skip to content

Attempt smooth scrolling when item is dragged at boundary of list #94

@fivecar

Description

@fivecar

Suggested by @karlupo here. Basically, can we smooth-scroll the list when dragging at its boundaries.

In the past, when using LayoutAnimation stuff, it's required UIManager.setLayoutAnimationEnabledExperimental(true) on Android and that sort of thing, as seen here. That sort of setting on Android would be app-wide (i.e. have consequences for the rest of the application), which seems like an over-the-top consequence for integrating draglist into your project. So we almost definitely would need this to be an optional (default false) consequence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions