#539 viewer: adjusted spring stiffness for vertical pager
This commit is contained in:
parent
7f57a5172e
commit
3dc699766d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class ViewerVerticalPageView extends StatefulWidget {
|
|||
// critically damped spring a bit stiffer than `ScrollPhysics._kDefaultSpring`
|
||||
static final spring = SpringDescription.withDampingRatio(
|
||||
mass: 0.5,
|
||||
stiffness: 200.0,
|
||||
stiffness: 140.0,
|
||||
ratio: 1.0,
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue