[0, 300] }) const opacity = this.state.animatedValue.interpolate({ inputRange: [0, 0.5, 1], outputRange: [0, 1, 0] }) const movingMargin = this.state.animatedValue.interpolate({ inputRange: [0, 0.5, 1], outputRange: [0, 300, 0] }) return ( <View style={styles.container}> <Animated.Image style={{ marginLeft, }} /> <Animated.Image style={{ opacity, }} /> <Animated.Image style={{ marginLeft: movingMargin, }} /> /> </View> ) } } interpolate()Λ͔ͭ͏