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.
- http://jsfiddle.net/ynbxz/1/ – css-only (see in chrome or safari).
- http://jsfiddle.net/ynbxz/2/ – javascript, demonstrate how customize animation.
blurring optical effect, doesn't need simulated.
Comments
Post a Comment