H A D | index.js | 71 x: this.state.pan.x._value, property 74 this.state.pan.setValue({x: 0, y: 0}); property 83 {dx: this.state.pan.x, dy: this.state.pan.y}, 108 this.state.pan.setValue({x: 0, y: 0}); property 207 x: width * cardIndex, property 227 instance.scrollTo({x: 0, y: 0, animated: true}); property 386 nativeEvent.contentOffset.x / Math.floor(width), 424 const [translateX, translateY] = [pan.x, pan.y];
|