I have noticed that mousemove event when I move very fast the mouse is triggered few times and not every pixel I have moved my mouse.This reflects on animations because for this problem they don't seem fluid.Does ontouchmove have the same problem?
Asked
Active
Viewed 728 times
1 Answers
2
Mousemove triggers everytime you hover over an new element. Touchmove triggers every touch but you may be not over an actual element.

KRONWALLED
- 1,422
- 11
- 12
-
If i want on actual element what i can do . My question here https://stackoverflow.com/questions/58934867/touch-move-working-diffrently-than-mousemove – Mahesh Nov 20 '19 at 05:37