I need an animation like show and hide but that only animates in
width.
I've tried animate but didn't work, to extend jQuery with an script,
but it seems like that script didn't execute. The only way i've found
is to extend but having the objects extended inside the
jQuery.fn.extend(); I've seen
Right now, I have it so that the menu animates as follows:
animation : {opacity:'show',height:'show'},
How would I go about coding the js so it animates out in the opposite
effect animation {opacity:'hide',height:'hide'}?
Example of what I have so far can be seen here:
http://zidea.zidea
I'm trying to create an effect using a within a . I want to
have each slide up individually from (outside) the bottom of the
to the highest available position in the without
overlapping other elements. Its kind of a "scroll/accordian"
effect. At the conclusion of the animation, the would
is there a way to perform multiple animations with one interval (to
animate multiple elements at once), so the animation would be as smooth
as possible? i saw that mootols has a function that does this
(Fx.Elements), so it would be really cool to have something like this in
jquery.. i need th
4 matches
Mail list logo