Skip to content

Add customizable scroll sensitivity #4

Description

@ninest

Sensitivity is the multiplier value for card scrolling.

Something like this:

_childAlign = Alignment(
   _childAlign.x + SENSITIVITY * details.delta.dx / screenWidth,
   _childAlign.y + SENSITIVITY * details.delta.dy / screenHeight,
);

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions