nnattawat / flip

A lightweight jQuery plugin to make 3D card flipping animation
Other
624 stars 312 forks source link

How to reinitiate flip? #111

Closed matejmosko closed 7 years ago

matejmosko commented 7 years ago

Hello, I need to know if it is possible to reinitiate .flip namespace on a selector after I have turned it off with

$(this).off(".flip");

I have already tried

$( this ).flip({
          trigger: 'hover'
        });

but with no success.

wzzwwbx commented 7 years ago

Same question here.

lmdunklee29 commented 7 years ago

Same question here

lmdunklee29 commented 7 years ago

http://stackoverflow.com/questions/43595432/reinitiate-flip-js/43598450#43598450

See this thread - the answer worked for my issue.