cubing / alg.cubing.net

▶️ Multi-purpose puzzle viewer – the old generation of alg/reconstruction viewing and sharing. Superseded by Twizzle.
https://alg.cubing.net
Other
184 stars 32 forks source link

Play / pause when cube is clicked without drag #102

Open lgarron opened 10 years ago

lgarron commented 10 years ago

This should be familiar to everyone who's ever used a video player on the web. Need to figure out what cursor to show when.

jhpratt commented 10 years ago

Couldn't you just use an onclick() for this? Or would that trigger even if it is dragged

lgarron commented 10 years ago

Clicking and dragging should not start/stop the player. This requires some careful heuristics (which are notoriously annoying for developers on mobile).