I have cleaned this up a bit more and put it into a Class http://mooshell.net/Vzgwz/4
Also added - onInitialize : First thing that happens - onChange : When it switches from one item to the next - onStart : When it starts to move to the next item. - onComplete : When it finishes changing to the next item - onMouseOver : Function for mouse over - onMouseOut : Function for mouse out - onPress : Function for mouse click Might have more a play with it when I get around to using it myself.... Any suggestions or feedback feel free to holla Steve -----Original Message----- From: deep [mailto:[email protected]] Sent: Friday, 14 August 2009 7:19 PM To: MooTools Users Subject: [Moo] Re: Auto Fade in Fade out Hello Steve , This is exactly i have been looking for. :) thanks a lot. Now i ll try to apply this with my feeds If gets stuck somewhere again i will knock here. Thanks a lot again for sharing this code. Deepali On Aug 14, 11:28 am, "Steve Onnis" <[email protected]> wrote: > I need to do something similar soon so I thought I would knock something > together > > Is this the sort of thing you are looking for? > > http://mooshell.net/snwMS/ > > With this you can so it with pretty much anything. I have used a <ul> list > for this example but you can use divs or what ever, as long as it is nested. > You can style the html how ever you need to...this is just a demo and could > be extended to suit what ever your needs were. > > Steve > > -----Original Message----- > From: deep [mailto:[email protected]] > Sent: Friday, 14 August 2009 2:53 PM > To: MooTools Users > Subject: [Moo] Re: Auto Fade in Fade out > > Thanks for your reply Aaron Newton, > I ll check those tutorials. > > Actually i want this kind of effect actually > > http://twitspy.com/ > > after 4 sec it show new twitter entry. Is that done with mootools? > > please suggest me some tutorial for this effect. > > On Aug 13, 8:29 pm, Aaron Newton <[email protected]> wrote: > > You might read up on effects in the mootorialhttp://www.mootorial.com > > > On Wed, Aug 12, 2009 at 9:51 PM, deep <[email protected]> wrote: > > > > Hello, > > > > I have goggled a lot. but couldn't able to find out for the auto fade > > > in fade out effect using mootools. > > > > I have found this link but its showing the fading effect on click. > > > >http://www.sweetvision.com/2008/03/17/using-mootools-to-fade-between-... > > > > Actually i want to give this effect to show my latest feeds. > > > > Can anyone have worked on this kind of effect. or can anyone show me > > > related link to this topic? > > > > Thanks in advance.
