Flip Animation on tab link
webwasim opened this issue · 2 comments
webwasim commented
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
DataZombies commented
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:',
webwasim commented
Thanks alot . I have already figured it out. :)
thanks again.