Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 209d8da

Browse files
committed
Fix Typo of easing function, closes #109
1 parent 37e065a commit 209d8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PressRippleAnimation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default class PressRippleAnimation extends React.PureComponent {
5959
Animated.timing(this.state.animation, {
6060
toValue: 1,
6161
duration: this.inAnimationFinished ? 300 : 400,
62-
easing: easings.easeIn,
62+
easing: easings.easeInOut,
6363
useNativeDriver: Platform.OS === 'android'
6464
}).start(() => {
6565
this.props.onOutEnd()

0 commit comments

Comments
 (0)