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 })