This code below works perfectly until I add the speed parameter. In this case the card flip on hover event without comeback to his initial position when the mouse exit the card.
Working -> $(".bigup-button-card").flip({trigger: 'hover'});
Not Working -> $(".bigup-button-card").flip({trigger: 'hover', speed: '250'});
Hi,
This code below works perfectly until I add the speed parameter. In this case the card flip on hover event without comeback to his initial position when the mouse exit the card.
Working ->
$(".bigup-button-card").flip({trigger: 'hover'});
Not Working ->$(".bigup-button-card").flip({trigger: 'hover', speed: '250'});
Thanks