SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: jquery tab effects
-
Nov 4, 2008, 09:42 #1
- Join Date
- Aug 2001
- Location
- Hattiesburg, MS
- Posts
- 1,085
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
jquery tab effects
I'm using the jquery UI tabs, but the transition from tab to tab is very jumpy. Where can I find what effects that can be used with it if there are any? Should I be using another library with better effects?
Here's my current initialization code:
Code:<script> $(function() { $('#tabs_container > ul').tabs( {remote:true, ajaxOptions: {cache:false}, spinner:'Loading', fx: { height: 'toggle', opacity: 'toggle', duration:'slow' } }).tabs('rotate', 5000); }); </script>
-
Nov 4, 2008, 11:38 #2
- Join Date
- Aug 2007
- Location
- Brighton, UK
- Posts
- 2,006
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I assume you're using the latest version (http://docs.jquery.com/UI/Tabs), right?
★ James Padolsey
–––––––––––––––––––––––––––––––––––––––
Awesome JavaScript Zoomer (demo here)
'Ajaxy' - Ajax integration solution (demo here)
-
Nov 4, 2008, 15:29 #3
- Join Date
- Aug 2001
- Location
- Hattiesburg, MS
- Posts
- 1,085
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
yeah, that's kind of the problem. The old version had much better effects. With this one, they seemed to have separated it. So now, a lot of initialization codes you find online don't work anymore.
Bookmarks