search for: panelcontain

Displaying 1 result from an estimated 1 matches for "panelcontain".

Did you mean: panelcontainer
2006 Sep 06
0
Long delay between execution of front & end in same queue
...tta problem that effects 2 of my products. I was wandering if I could get your take on it. Basically, I have 2 parallel effects. First Effect makes things disappear new Effect.Parallel( [ new Effect.Fade(oTab.panel, {duration: 1}), new Effect.Fade(contentId, {duration:1}), new Effect.SlideUp(this.panelContainer, {duration:1}) ], {queue:{position: end, scope: ''tabEffects''}}); Second Effect makes things appear new Effect.Parallel( [ new Effect.Appear(oTab.panel, {duration: 1, queue:{position: front, scope: ''tabEffects''}}), new Effect.Appear(contentId, {duration:1, que...