Re: [jQuery] Strange bug: animate converts 'show' to boolean

2006-09-24 Thread Klaus Hartl
Klaus Hartl schrieb: > Hi, > > today I wanted to add to the tabs plugin the possibility to define your > own animation for the tab switch. > > Like: > > $('#container-8').tabs({fxAnimate: [{height: 'show', opacity: 'show'}, > {height: 'hide', opacity: 'hide'}]}); > > There is a strange bug

[jQuery] Strange bug: animate converts 'show' to boolean

2006-09-24 Thread Klaus Hartl
Hi, today I wanted to add to the tabs plugin the possibility to define your own animation for the tab switch. Like: $('#container-8').tabs({fxAnimate: [{height: 'show', opacity: 'show'}, {height: 'hide', opacity: 'hide'}]}); There is a strange bug although. It works on the first click, but th