nnattawat / flip

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

Trigger manual with different speed #58

Closed ebaynaud closed 9 years ago

ebaynaud commented 9 years ago

Any reason why speed is not taken into account?

$(window).load(function () {
    $('.flip-container').flip({trigger: 'manual', speed: 3000});
    $('.flip-container').flip('toggle');
});
Download commented 9 years ago

Speed is actually the transition time (in ms) so you would expect an inverse effect: higher 'speed' means a slower flip. Are you not seeing this? If so can you make a JSFiddle and we will look at it.

Download commented 9 years ago

Closing as dup of https://github.com/nnattawat/flip/issues/59