javascript - Spin wheel image in HTML5 (e.g., roulette wheel)? -


what's best way emulate spinning roulette wheel in html5?

the wheel spinning should controllable input (i.e., speed of spinning based on user input). wheel labels should blur wheel spins fast, spinning slows, labels on wheel become more , more readable.

are there html5 libraries support this, or animations need programmed hand?

this needs supported on ios devices.

it can done in few lines of css.

blurring optical effect, doesn't need simulated.


Comments

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -