You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,17 @@ Wheels can be animated using GreenSock's Animation Platform (TweenMax.js) which
9
9
Winwheel.js Features Include:
10
10
* Easy to use, highly configurable JavaScript classes.
11
11
* Draw wheels using code generated segments or graphically rich images.
12
+
* Responsive features so wheels display correctly on different sized devices.
12
13
* Numerous text orientation, direction, size and colour options.
13
14
* Random or Pre-calculated prize stopping location.
14
15
* Play sounds while the wheel is spinning including a "tick" sound.
15
16
* Ability to get the segment the user clicked upon.
16
17
* Fully commented source code. Plenty of tutorials and other documentation.
17
-
* Winwheel.js is free to use with an open source licence.
18
+
* Winwheel.js is free to use with an open source license.
18
19
19
20
## Example
20
21
```javascript
21
-
var myWheel=newWinwheel({
22
+
let theWheel=newWinwheel({
22
23
'numSegments':4,
23
24
'segments':
24
25
[
@@ -45,4 +46,11 @@ Please visit http://dougtesting.net/winwheel/docs to see a complete set of tutor
45
46
## Maintainer
46
47
Douglas McKechie https://github.com/zarocknz
47
48
48
-
Keep informed about Winwheel.js by following https://twitter.com/dougtesting
49
+
## Please note
50
+
I am not planning to do any further work on this library as my day job keeps me very busy and after 7 years of Winwheel I would rather spend
51
+
any spare time I do have for personal coding on other projects.
52
+
53
+
So this means if you would like a version of Winwheel.js for your current JavaScript framework of choice its up to you or others in the community
54
+
to create it. If you create one perhaps open an Issue with the details so others can find and use it. Thanks.
55
+
56
+
You are welcome to ask questions using the Issues feature of Github, but please don't be offended if I take quite a long time to respond to them. To be honest its probably quicker to ask the Stackoverflow community for help https://stackoverflow.com/search?tab=newest&q=Winwheel
0 commit comments