Different animations for Jquery ui tabs
Posted
by audiopleb
on Stack Overflow
See other posts from Stack Overflow
or by audiopleb
Published on 2009-05-26T13:20:41Z
Indexed on
2010/04/02
16:03 UTC
Read the original article
Hit count: 188
jquery-ui
I'm using jquery ui tabs widget. I've not used a jquery theme as i prefer to do my own css and stuff. I've got it working, but what i'd like is to have a different animation effect for the tab content when a different tab is clicked. What i'd like is for the new tab content to slide in from the left.
At the moment i have:
$("#tabs").tabs({ fx: {slide: 'slow' } }); });
I know the code above is just slide and not slide left but it doesn't even do a slide! I have downloaded the slide effects as part of my custom ui download. I don't know why it isn't working! Is it some css that i'm lacking?! I don't know!!!
© Stack Overflow or respective owner