yemM / flippy

Flippy is a cross-browser flip effect plugin for jQuery which allows you to flip whatever html element you want. It now supports rgba colors
140 stars 98 forks source link

Introduce Callback afterFlippyReverse #11

Closed andi closed 11 years ago

andi commented 11 years ago

I would need a callback that runs AFTER the flippyReverse has finished. Is there any way to do this? Would it make sense to add this?

yemM commented 11 years ago

Great idea ! I'll include it for the next release :+1:

andi commented 11 years ago

Actually, I just realized that all callbacks are also called on flippyReverse. If it would be possible to access the "reversing" boolean of the animate function, all callbacks could also be used for flippyReverse.