I'm looking for a tutorial, know any?!![]()

I'm looking for a tutorial, know any?!![]()
I believe Scriptaculous has a feature to do this?
http://script.aculo.us/
.:; Johno
The thing with Scriptaculous is, it doesn't explain at all, so I really don't understand it, but I want something like just has class="FadeIn" when it enters the page.
Last edited by Topps; 25-08-2007 at 08:10 PM.
http://wiki.script.aculo.us/scriptac...ow/Effect.Fade
That might help, Doesnt explain it lots but it seems simple enough
.:; Johno
OK, I get it now, but how would you make it fade in, not out?
I dont think the one johno posted (last post) works in firefox :S
edit:
or i just missed the div O.o
Last edited by Eccentric; 26-08-2007 at 10:00 AM.
If you're NOT using Scripaculous for your javascript, you're an idiot
The things it offers is a must for a Habbo Home script
If you want something to fade COMPLETELY you could do Effect.Fade on the DIV either onClick or onLoad.
If you want it to just fade a little bit black. Then just do:
HTML Code:<script> function fade(div) { /* Made by simon for the lulz */ $(div).morph("opacity:0.5", { duraton: 0.5 } ); } </script>
I am using Scriptaculous, but concentrating on the parts without it first.If you're NOT using Scripaculous for your javascript, you're an idiot
The things it offers is a must for a Habbo Home script
If you want something to fade COMPLETELY you could do Effect.Fade on the DIV either onClick or onLoad.
If you want it to just fade a little bit black. Then just do:
HTML Code:<script> function fade(div) { /* Made by simon for the lulz */ $(div).morph("opacity:0.5", { duraton: 0.5 } ); } </script>
I JUST discovered that aswell LOL.![]()
Last edited by Topps; 26-08-2007 at 10:55 AM.
Script.aculo.us is the choice for browser-based effectsHabbo use it!
i used to be NintendoNews. visit my blog or add me on twitter.
need help with vista? i am a microsoft certified technology specialist in configuring windows vista and connected home integrator.. pm me for help!
"I am the way, the truth, and the life. No one comes to the Father except through me"
John 14:6 (NIV)
Members who have read this thread: 0Want to hide these adverts? Register an account for free!