标签: jquery html5 html5-canvas spinning
我发现这篇非常有趣且有用的文章。
http://www.switchonthecode.com/tutorials/creating-a-roulette-wheel-using-html5-canvas
在上面的教程中,车轮停在一个随机项目上。无论如何要在已经随机选择的项目上顺利停止这个轮子吗?此外,它必须旋转一些随机时间,然后它必须停止在我们希望它停止的项目。
请有人帮我解决这个问题。