From c9bba78aaea306326ecdc0dccc8dd084f6426d4d Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Tue, 2 Aug 2022 22:42:34 -0500 Subject: [PATCH] slider easing --- squarenotsquare/src/components/Slider.js | 1 - 1 file changed, 1 deletion(-) diff --git a/squarenotsquare/src/components/Slider.js b/squarenotsquare/src/components/Slider.js index ff790ce..a0ecbe4 100644 --- a/squarenotsquare/src/components/Slider.js +++ b/squarenotsquare/src/components/Slider.js @@ -10,7 +10,6 @@ function LeftToRight(props){ Animated.delay(props.delay), Animated.timing(xPosition, { toValue: 0, - // easing: Easing.back(), duration: props.duration, useNativeDriver: true })