Parameters
cornerwidth (integer) : width of the HTML element (image, div) in pixel
cornerheight (integer) : height of the HTML element (image, div) in pixel
hdecale (integer) : horizontal shift of image (see picture below). This part is hidden after first effect.
vdecale (integer) : vertical shift of image (see picture below). This part is hidden after first effect.
vertical (string: "top"/"bottom") : vertical position of the HTML element. Default: "top".
downduration* (integer) : duration of first effect, in millisecond. Default: 1000
downeasing* (string) : "easing" effect name when plugin displays HTML element. Default: "linear"
openduration* (integer) : duration of mouseover effect, in millisecond. Default: 1000
openeasing* (string) : "easing" effect name applied to the mouseover event. Default: "linear"
closeduration* (integer) : duration of mouseout effect, in millisecond. Default: 1000
closeeasing* (string) : "easing" effect name applied to the mouseout event. Default: "linear"
* use with jQuery Easing Plugin, see jQuery Easing Plugin documentation
Picture (top position)
Picture (bottom position)
