ali-vs

Results 1 comments of ali-vs

> Go to your file src/tilt.jquery.js > Check if this.mousePositions is null just like this. > > if(this.mousePositions){ > > ``` > const percentageX = (this.mousePositions.x - left) / width;...