nnattawat / flip

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

Change the speed after event #59

Closed ebaynaud closed 8 years ago

ebaynaud commented 8 years ago

It doesn't seem to be possible but I would like to perform something like that to change speed after first flip:

$('.flip-container').flip({trigger: 'manual', speed: 250});
$('.flip-container').flip('toggle');
$('.flip-container').flip({trigger: 'manual', speed: 3000});

Any workaround?

Download commented 8 years ago

I was under the impression that this should actually work. Can you prepare a JSFiddle demonstrating it?

Download commented 8 years ago

@JemarJones Do you still want to look at this or shall we close it?

Download commented 8 years ago

https://github.com/nnattawat/flip/issues/58

Download commented 8 years ago

@ebaynaud Do you want to keep this open? If so I suggest you prepare a JSFiddle.

ebaynaud commented 8 years ago

Can be closed as I'm not working anymore on that project for the moment

Erwan

On Wed, Nov 18, 2015 at 3:17 PM, Stijn de Witt notifications@github.com wrote:

@ebaynaud https://github.com/ebaynaud Do you want to keep this open? If so I suggest you prepare a JSFiddle.

— Reply to this email directly or view it on GitHub https://github.com/nnattawat/flip/issues/59#issuecomment-157725761.

Download commented 8 years ago

Ok, thanks for the heads-up.