I got it.
Thanks again to everybody here.
Its a great forum with fast answering.

On 21 Okt., 12:22, Thierry bela nanga <[email protected]> wrote:
> of course,
> look at the docs herehttp://mootools.net/docs/more/Fx/Fx.Reveal
>
>
>
>
>
> On Wed, Oct 21, 2009 at 11:17 AM, hamburger <[email protected]> wrote:
>
> > thanks for your quick resonse.
> > One more Question. What does it mean with "reveal".
> > and is there any possibility to fade horrizontally?
>
> > On 20 Okt., 14:23, Daniel Lohse <[email protected]> wrote:
> > > Hey there [sadly, no name given :)],
>
> > > you could try it like this:http://mooshell.net/kKAVS/
>
> > > ot this:http://mooshell.net/cEwMK/
>
> > > :)
>
> > > Cheers, Daniel
>
> > > On 2009-10-20, at 20/October, 1:18 PM, hamburger wrote:
>
> > > > Hello,
> > > > I'am a newbe and need some help. I have this snipe witch works very
> > > > well. I would like to cange my side to mootools and i need a
> > > > translation.
> > > > The function toggle my Sidebar by clicking on "id=ToogleSidebar"
>
> > > >    jQuery('a#ToogleSidebar').click().toggle(function() {
> > > >            jQuery('#sidebar').animate({
> > > >                    width: 'hide',
> > > >                    opacity: 'hide'
> > > >            }, 'slow');
> > > >            jQuery(this).toggleClass('sidebarcollapse');
> > > >            jQuery(this).toggleClass('sidebarexpand');
> > > >    }, function() {
> > > >            jQuery('#sidebar').animate({
> > > >                    width: 'show',
> > > >                    opacity: 'show'
> > > >            }, 'slow');
> > > >            jQuery(this).toggleClass('sidebarcollapse');
> > > >            jQuery(this).toggleClass('sidebarexpand');
> > > >    });
>
> > > > I don't know how to change "jQuery" to a mootool function.
>
> > > > Thx for help in advance- Zitierten Text ausblenden -
>
> > > - Zitierten Text anzeigen -
>
> --http://tbela99.blogspot.com/
>
> fax : (+33) 08 26 51 94 51- Zitierten Text ausblenden -
>
> - Zitierten Text anzeigen -

Reply via email to