Code Monkey home page Code Monkey logo

lottery's Introduction

Lottery

一个刮奖小程序,可以在移动设备上和PC端网页(浏览器要支持canvas)上运行

can run in handheld device and pc-web(need support canvas)

##使用说明

var lottery = new Lottery(id, cover, coverType, width, height, drawPercentCallback);

lottery.init(lottery,lotteryType);

function drawPercentCallback(percent) {
    //some code here
}

##构造方法参数解释

id:刮奖容器,必须

cover:涂层内容,可以为图片地址或颜色值,可空,默认为 #ccc

coverType:涂层类型,值为 image 或 color,可空,默认为 color

width:刮奖区域宽度,默认为300px,可空

height:刮奖区域高度,默认为100px,可空

drawPercentCallback:刮开的区域百分比,可空

##init方法解释

lottery:刮开后显示的内容,可以为图片地址或字符串,必须

lotteryType:刮开后显示的内容类型,值为 image 或 text,要跟lottery匹配,默认为 image

##DEMO

http://jsfiddle.net/artwl/L6D63/10/embedded/result,js,html,css/

lottery's People

Contributors

artwl avatar zhaoxiaoru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lottery's Issues

部分安卓机显示不了

部分安卓手机刮了没显示,不知道是不是透明没显示,但是百分比回调最后还是执行了

getTransparentPercent延时调用

在mobile设备上,如果每次调用getTransparentPercent性能可能有点问题,最好可以加个setTimeout延时调用。

IOS下不刮就出来结果

试了下,在IOS下点击后就全部出现了底下一层的东西,不需要刮的操作,安卓下是正常的,请问怎么解决?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.