DataZombies/jQTouch

Flip Animation on tab link

Closed this issue · 2 comments

Hi, I have a link to page section on my tab bar and i want to apply the flip animation on the link for page transition. right now i can only use animation="pop" or slide or fade.
I really really need to have the flip transition, is there any hack or any solution for this.please save me here..
thanks

You can use dissolve, fade, pop, slide down, slideleft, slide right & slide up. If you want to add flip to that list replace line 228 in ./extensions/jqt.bars/jqt.bars.js with this...

  var animations = ':dissolve:fade:flipleft:flipright:pop:slidedown:slideleft:slideright:slideup:',

Thanks alot . I have already figured it out. :)
thanks again.