Skip to content

Commit 229a47a

Browse files
authored
Merge pull request #57 from zarocknz/responsive-wheel
Responsive wheel
2 parents 46b9671 + 6f91c34 commit 229a47a

File tree

16 files changed

+998
-1021
lines changed

16 files changed

+998
-1021
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Douglas McKechie
3+
Copyright (c) 2012-2019 Douglas McKechie
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ Wheels can be animated using GreenSock's Animation Platform (TweenMax.js) which
99
Winwheel.js Features Include:
1010
* Easy to use, highly configurable JavaScript classes.
1111
* Draw wheels using code generated segments or graphically rich images.
12+
* Responsive features so wheels display correctly on different sized devices.
1213
* Numerous text orientation, direction, size and colour options.
1314
* Random or Pre-calculated prize stopping location.
1415
* Play sounds while the wheel is spinning including a "tick" sound.
1516
* Ability to get the segment the user clicked upon.
1617
* 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.
1819

1920
## Example
2021
```javascript
21-
var myWheel = new Winwheel({
22+
let theWheel = new Winwheel({
2223
'numSegments' : 4,
2324
'segments' :
2425
[
@@ -45,4 +46,11 @@ Please visit http://dougtesting.net/winwheel/docs to see a complete set of tutor
4546
## Maintainer
4647
Douglas McKechie https://github.com/zarocknz
4748

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

Comments
 (0)