[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 deeps...@gmail.com wrote: please see this example http://tweet.seaofclouds.com/ in the first demo they are showing 3 tweets. but its not

[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 deeps...@gmail.com wrote: Hello I have following code which i am using for fade in fade out effect. with this code at time

[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
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 definition for ul then. i am new to jquery could you please tell me how can i write that? On Oct 26,

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

2009-10-26 Thread Rick Faircloth
Can you show me the html and jQuery involved? I'm not sure what your 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

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

2009-10-26 Thread deep
Hello rick, here is my code. you need to run this file tweet.php base target=_blank style body { margin:0; padding: 0; background-color: transparent; } div#feed-ticker{ width:780px; display:block; min-height:82px;

[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 deeps...@gmail.com wrote: Hello rick, here is my code. you need to run this file

[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