designed to flip almost any html5 element! 😉
Moreover, the plugin allow you to create backside of the card
dynamically. All elements of the plugin can be customized with
CSS.
CLICK EVENT | HTML TEMPLATE |
---|---|
|
|
SPECIFIED CLICK EVENT |
---|
|
Name/Key | Possible value | Default | Description |
---|---|---|---|
--- | --- | --- |
This is the default HOVER event!
$('[elementName]').justFlipIt();
|
Click |
false && true && '[elementName]' |
false |
You can specify a element for the clickEventHandler $('[elementName]').justFlipIt({ Click:'[elementName]' });
|
FlipX |
true |
false |
The axis that you want to rotate around.
$('[elementName]').justFlipIt({
Will rotate on the X axes. |
Template |
' [html or plain text] ' |
You can specify the back site
$('[elementName]').justFlipIt({
|
|
Style |
Style:[
|
[ ] |
You can add custom css styles :)$('[elementName]').justFlipIt({
if you need to style the plugins root element use 'self' $('[elementName]').justFlipIt({
|
Feature | Default | Description |
---|---|---|
Destroy |
$('[elementName]').destroy();
|
the flip has gone for ever... |