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

Watchers

James Cloos avatar

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.