We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea52e7d commit 8ff36d6Copy full SHA for 8ff36d6
1 file changed
src/WheelPicker.tsx
@@ -41,7 +41,7 @@ const WheelPicker: React.FC<Props> = ({
41
itemStyle = {},
42
itemTextStyle = {},
43
itemHeight = 40,
44
- scaleFunction = (x: number) => 0.7 ** x,
+ scaleFunction = (x: number) => 1.0 ** x,
45
rotationFunction = (x: number) => 1 - Math.pow(1 / 2, x),
46
opacityFunction = (x: number) => Math.pow(1 / 3, x),
47
visibleRest = 2,
0 commit comments