[jQuery] Re: take 3 values at time for fade in fade out effect.

2009-10-27 Thread deep
Solved my problem. here is the link which helped me to do so. http://tweet.seaofclouds.com/ I hope this ll help someone. :) On Oct 27, 9:50 am, deep wrote: > please see this example > > http://tweet.seaofclouds.com/ > > in the first demo they are showing 3 tweets. but its not ticker so i > ju

[jQuery] Re: take 3 values at time for fade in fade out effect.

2009-10-26 Thread deep
please see this example http://tweet.seaofclouds.com/ in the first demo they are showing 3 tweets. but its not ticker so i just want it should keep on moving. here is similar demo which i am doing with fade in fade out effet they are showing 1 tweet at a time. but i want to show 3 tweets at tim

[jQuery] Re: take 3 values at time for fade in fade out effect.

2009-10-26 Thread deep
please see this example http://tweet.seaofclouds.com/ in the first demo they are showing 3 tweets. but its not ticker so i just want it should keep on moving. How can i do that? :( On Oct 27, 9:26 am, deep wrote: > Hello rick, > > here is my code. you need to run this file > > tweet.php > > >

[jQuery] Re: take 3 values at time for fade in fade out effect.

2009-10-26 Thread deep
code setup is and how > you're trying to manipulate it... > > Rick > > -----Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of deep > Sent: Monday, October 26, 2009 10:05 AM > To: jQuery (English) > Subject

[jQuery] Re: take 3 values at time for fade in fade out effect.

2009-10-26 Thread Rick Faircloth
To: jQuery (English) Subject: [jQuery] Re: take 3 values at time for fade in fade out effect. Thanks for your reply Rick i was trying something similar index_news =0; index_news =+3; but that value is belong to li. so its taking 3 values but showing me one by one. do i need to write definit

[jQuery] Re: take 3 values at time for fade in fade out effect.

2009-10-26 Thread deep
M > To: jQuery (English) > Subject: [jQuery] Re: take 3 values at time for fade in fade out effect. > > I have tried something like this > > index_news +=3; > > but its not working. > > can anyone please help me how can i increase my index_new value by 3? > > On

[jQuery] Re: take 3 values at time for fade in fade out effect.

2009-10-26 Thread Rick Faircloth
What about index_news = index_news + 3 ? hth Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of deep Sent: Monday, October 26, 2009 9:40 AM To: jQuery (English) Subject: [jQuery] Re: take 3 values at time for fade in fade out

[jQuery] Re: take 3 values at time for fade in fade out effect.

2009-10-26 Thread deep
I have tried something like this index_news +=3; but its not working. can anyone please help me how can i increase my index_new value by 3? On Oct 26, 5:07 pm, deep wrote: > Hello > > I have following code which i am using for fade in fade out effect. > with this code at time only one image i