在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:zarocknz/javascript-winwheel开源软件地址:https://github.com/zarocknz/javascript-winwheel开源编程语言:JavaScript 100.0%开源软件介绍:javascript-winwheelCreate spinning prize wheels on HTML canvas with Winwheel.js DescriptionWinwheel.js is a feature packed JavaScript library that allows you to easily create HTML5 canvas Winning / Prize Wheels, Pie graphs and other things using a highly configurable JavaScript class. Wheels can be animated using GreenSock's Animation Platform (TweenMax.js) which contain easing functions and many other powerful animation features. Winwheel.js Features Include:
Examplelet theWheel = new Winwheel({
'numSegments' : 4,
'segments' :
[
{'fillStyle' : '#eae56f', 'text' : 'Prize One'},
{'fillStyle' : '#89f26e', 'text' : 'Prize Two'},
{'fillStyle' : '#7de6ef', 'text' : 'Prize Three'},
{'fillStyle' : '#e7706f', 'text' : 'Prize Four'}
],
'animation' :
{
'type' : 'spinToStop',
'duration' : 5,
'spins' : 8
}
}); More examplesSee the /examples folder for examples of some of the types of things you can create with Winwheel.js, to see these examples in action please visit the examples section on my website http://dougtesting.net/winwheel/examples Tutorials and other documentationPlease visit http://dougtesting.net/winwheel/docs to see a complete set of tutorials on how to use Winwheel.js as well as other documentation such as class references. MaintainerDouglas McKechie https://github.com/zarocknz Please noteI 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 any spare time I do have for personal coding on other projects. 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 to create it. If you create one perhaps open an Issue with the details so others can find and use it. Thanks. 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 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论