Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [slidedown]

An effect of showing element with a sliding motion.

slidedown
222 votes
21 answers
217k views

How to Use slideDown (or show) function on a table row?

I'm trying to add a row to a table and have that row slide into view, however the slidedown function seems to be adding a display:block style to the table row which messes up the layout. Any ideas ...
Greg's user avatar
  • 46.5k
61 votes
6 answers
143k views

Slidedown and slideup layout with animation

how can I display a layout in the center with slideUp when I press the button, and press again to hide ... slideDown in ANDROID help me with that, thnkss
EliasM's user avatar
  • 747
33 votes
2 answers
42k views

If mouse over for over 2 seconds then show else don't?

Here is a jQuery slide function I have applied to a div on hover in order to slide a button down. It works fine except that now everytime someone moves in and out of it, it keeps bobbing up and down....
user1266515's user avatar
32 votes
6 answers
35k views

Slide down effect on ExpandableListView

Is it possible to have a nice slide up/down effect when expanding/collapsing an item of a ExpandableListView? If yes, how? Thanks in advance.
thomaus's user avatar
  • 6,238
28 votes
3 answers
45k views

Append and Slide together jQuery

I have this append method which I made to add more input boxes until there is 10 of them which will disable into making more. i = 0; $('#add-link').click(function() { if(i < 9) { ...
MacMac's user avatar
  • 35k
20 votes
7 answers
23k views

Cancel all queued jQuery slideUp and slideDown animations

I have an interface that makes heavy use of the jQuery slideUp and slideDown effect to expand items in a tri-state kind of way. onmouseover: function() { this.find('.details', this).slideDown(); ...
Candidasa's user avatar
  • 8,670
17 votes
2 answers
14k views

JQUERY Prepending an LI to an UL with Animation

I have a UL and I'm working to dynamically add a new LI to the top of the UL with some animation. I have the following so far which works ok: $("#container").prepend('<li id="newhere"><...
AnApprentice's user avatar
17 votes
1 answer
17k views

Using jQuery's slideDown with display: inline-block

How can I use jQuery's slideDown with display: inline-block, as opposed to the default display: block; Some of the content inside the div I'm using requires it to be so, and the design partly breaks ...
user avatar
16 votes
8 answers
14k views

jQuery slideDown Snap Back Issue

I have the same problem that I am reading about all over the web, although I can't find the solution. Simply put, when using the slideDown() method on my DIV elements, I get that ugly snap back ...
Cheyne's user avatar
  • 2,059
14 votes
2 answers
36k views

JQuery dropdown menu using slideup and slidedown on hover is jumpy

I've made a very simple dropdown menu using jQuery slideup and slidedown for the functions - but it gets very jumpy (I'm using Firefox 3.6.8) if the mouse is moved to quickly over it, or if the mouse ...
heathwaller's user avatar
13 votes
5 answers
18k views

jquery slideUp/slideDown functions not animating

I'm having trouble with .slideup() and .slideDown() have a look at the following JSFiddle: http://jsfiddle.net/7se2r/4/ Although the row is appearing and disappearing, I'm not seeing the animation ...
TH1981's user avatar
  • 3,165
13 votes
3 answers
10k views

Fixing vertical jump at end of jQuery slideDown animation

I am new to Jquery but have written a simple vertical accordion. It seems to to the job I require, but at the end of the slide down there is a visible jerk. If anyone could look at it and suggest a ...
Ian's user avatar
  • 133
12 votes
5 answers
56k views

jQuery slideDown with easing

How can use the slideDown() function with easing? Maybe extend it somehow? I'm looking for something like this: jQuery.fn.slideDown = function(speed, easing, callback) { return ... }; So i can ...
Sindre Sorhus's user avatar
11 votes
3 answers
31k views

jQuery slideDown is not smooth

I have this little jQuery slideDown effect http://jsfiddle.net/Gg4eP/2/ But the animation isn't smooth? What I am doing wrong? Thanks for your time.
user13746's user avatar
  • 860
10 votes
6 answers
23k views

jQuery slideDown with set height and overflow

I have the following HTML code <div class="text">bla bla bla bla</div> <div class="button">Show</div> And the CSS .text{ height:100px; overflow:hidden; } Assume .text ...
stergosz's user avatar
  • 5,820

15 30 50 per page
1
2 3 4 5
41