cubing / AnimCubeJS

▶️ Play around with a Rubik's Cube simulator.
https://animcubejs.cubing.net/animcubejs.html
MIT License
29 stars 10 forks source link

Pause between moves in Play mode? #35

Closed tarasovladislav closed 7 months ago

tarasovladislav commented 8 months ago

HI

Is it possible to add pause between moves during playing? Lets say I want it playing but i want 500ms small pause between moves so there is little time for user to think what to rotate

bcube2 commented 8 months ago

Hi,

in the move parameter section, look up the dot character.

Demo

tarasovladislav commented 8 months ago

@bcube2 Thanks, it works, will take a look into source as well to modify how long the pause is, maybe users would want to make it lower than half of the rotation time.