Hi... I am from Kiev, Ukraine. My name is Alexandr Petrov and I am 26
years old.


Now I write code for google gadget and use jquery + interface... and
have a problem...

I use SlideOutLeft and SlideInRight but have a shakes when
SlideOutLeft finish and SlideInRight starts it's movement

e.g.
$('#content_div').SlideOutLeft(1000);
setTimeout('_gel("content_div").innerHTML = html', 5000);
$('#content_div').SlideInRight(1000);
setTimeout("callBack(myFeed)", 5000);

I try to fix this problem by pauses (setTimeout). But this don't help.

Then I see that all work on demo page 
http://interface.eyecon.ro/demos/ifx.html#slide-fx
by clicking and emulate event by methode - this not help too... (

Is this group of people who can help find me solution. May be absolute
position is my target...

Alexandr Petrov

Reply via email to