Tagged Questions
3
votes
2answers
4k views
making a link toggle between SlideDown and SlideUp (scriptaculous)
The scriptaculous wiki has a demo (http://github.com/madrobby/scriptaculous/wikis/effect-slidedown) that shows the SlideDown effect in use. However I need to have the same link to slide down if a ...
2
votes
1answer
121 views
slideUp slideDown animation error
i have a div when hovered over and second image slides up and when the mouse leaves it slides back down, the animation is exactly how i want it but if you mouse in and out too quickly without the ...
1
vote
1answer
848 views
Horizontal SlideUp SlideDown with Scriptaculous
You may know the scriptaculous SlideUp effect.
Well, It slides up a div vertically as a closing effect.
I would like to make it work horizontal. There is an option for this : scaleX:true, ...
0
votes
0answers
112 views
Scriptaculous slideUp and slideDown
I have the following HTML code:
<div id="doorframe">
<div id-"door">
<!-- Poster on the door. -->
</div>
</div>
I am trying to make the "door" to slide up ...