check out this awesome menu: www.allengroup.com/
anybody know how to do this with javascript, or know of a free script that can?
anybody know how to do this with javascript, or know of a free script that can?
-
Re: slide-down menu animation?
Tue, January 23, 2007 - 5:18 PMUmmm scrpit.aculo.us/prototype???? Where have ou been the past year or so ??? ;-)
wiki.script.aculo.us/scripta...ectsDemo -
-
Re: slide-down menu animation?
Tue, January 23, 2007 - 7:17 PM -
-
Re: slide-down menu animation?
Wed, January 24, 2007 - 3:33 AMhow do those two stack up? Ive used prototype and sctipt.aculo.us but i havent really messed with dojo although ive heard you (and magick i think) mention it before... moofx is a new one to me... -
-
Re: slide-down menu animation?
Wed, January 24, 2007 - 9:39 AMi don't really use a lot of transitional effects in my work, so for menus etc i just use my own code library. moofx sounds good, as it is a lot more lightweight than the whole prototype/scriptaculous combo. a cursory glance at dojo seemed to indicate that it required the use of non-valid 'expando' attrs in your xhtml, which is kind of weird for public web work. i could be wrong tho... -
-
Re: slide-down menu animation?
Wed, January 24, 2007 - 10:33 AM"i don't really use a lot of transitional effects in my work, so for menus etc i just use my own code library."
Yeah ive primarily been using jQuery combined with my own code to do simple things (like hide and show, insert elements, etc..). IVe oly used prototype and scpritaculous minimally because they are bundled into Symfony and ive made some custom scripts to run with apps im using there so i jsut use those rather than going through the effort of including jQuery or another lib.
"moofx sounds good, as it is a lot more lightweight than the whole prototype/scriptaculous combo. a cursory glance at dojo seemed to indicate that it required the use of non-valid 'expando' attrs in your xhtml, which is kind of weird for public web work. i could be wrong tho..."
ill have to take a look at moofx. thanks for the info. -
-
Re: slide-down menu animation?
Wed, January 24, 2007 - 4:45 PMI have known about moo.fx and scriptaculous, I guess I was hoping there would be an easier ready-made kind of thing. Plus with scriptaculous, the slidedown demo doesn't use easing, which gives it that more realistic physics feel to it. -
-
Re: slide-down menu animation?
Wed, January 24, 2007 - 5:39 PMwell looks like youre stuck writing your own (at least you only have to do it once right?) or modifying/adding to one of the existing libs. I dunno though.. the example you showed i honestly didnt thin was that great either.
Maybe look at actionscript libs and port to java script?
-
-
-
-
-
-