Quantcast
Channel: Senamion.com » Jquery
Viewing all articles
Browse latest Browse all 9

jQuery jScratchcard – Scratchcard effect on image

$
0
0

A simple jQuery plugin that implement a Scratchcard (Scratch card).

This is a screenshot:

jScratchcard - Scratchcard

Parameters:

  • opacity – opacity step when hover – default {’opacity’: 0.2}
  • color – start background color – default {color: ‘grey’}
  • stepx – x block dimension – default {stepx: 10}
  • stepy – y block dimension – default {stepy: 10}
  • mousedown – if true the left button of mouse must be down – default {mousedown: true}
  • callCallbackPerc – if valorized is the percent at which call callback – default: false
  • callbackFunction – callback function – default null

See it in action!


Viewing all articles
Browse latest Browse all 9

Trending Articles