Releases: rupl/flip-card
Releases · rupl/flip-card
Version 1.1.0 released
This release includes some additional useful features:
The automatic flipping on mouseover can be disabled using the noHover
attribute. In order to flip the cards, the user can now choose either one of the 3 available methods (showBack
,showFront
, toggle
) or via data-binding by using the added property flipped
on the flip-card
element.
Alternatively child-elements inside back
and front
can reveal itself by firing a show
event.
An Event flipend
will not be fired as soon as the animation is finished.
Initial release
v0.0.1 :book: update docs with options