Skip to content

Commit 82b8e82

Browse files
committed
first commit
1 parent 4c148b7 commit 82b8e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FloatingActionButton.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const FloatingActionButton = ({
6161

6262
Animated.timing(animation, {
6363
toValue,
64-
duration: 400,
64+
duration: 500,
6565
// friction: 5,
6666
useNativeDriver: true,
6767
}).start();
@@ -91,7 +91,7 @@ const FloatingActionButton = ({
9191

9292
const scaleInterPolate = animation.interpolate({
9393
inputRange: [0, 1],
94-
outputRange: [0, 1000],
94+
outputRange: [0, 100],
9595
});
9696

9797
const bgStyle = {

0 commit comments

Comments
 (0)