DataZombies / jQTouch

jQT extensions jqt.activityIndicator, jqt.bars (with numeric badges), jqt.checkGroup & jqt.segmentedControl.Get updates via Twitter http://twitter.com/HeadDZombie. If you find this fork useful please make a donation via PayPal (http://tinyurl.com/2fpmx27). See below for demo links.
MIT License
159 stars 34 forks source link

Flip Animation on tab link #75

Closed webwasim closed 12 years ago

webwasim commented 12 years ago

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 12 years ago

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 12 years ago

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