H A D | index.js | 72 y: this.state.pan.y._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 208 y: 0, property 227 instance.scrollTo({x: 0, y: 0, animated: true}); property 424 const [translateX, translateY] = [pan.x, pan.y];
|