const press = (e) => { console.log(e.nativeEvent.pageX); console.log(e.nativeEvent.pageY); this.animation.play(); };