nnattawat / flip

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

Start auto flip. #84

Closed jensej closed 8 years ago

jensej commented 8 years ago

Hello. How to start flipping automatic a few times, and stop in selected side?

JemarJones commented 8 years ago

You could just manually call .flip('toggle'); on the flip:done trigger until whatever your specific condition for stopping is. Please look at the documentation if you're unclear on usage details.