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
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
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
6 votes
3 answers
92k views

Android layout_width & layout_height, how it works?

I am trying to create an interface, where two or more buttons will be displayed to the user, if a button is clicked, some Layouts will be displayed to him. I am using the SlidingDrawer for this ...
Yaqub Ahmad's user avatar
  • 27.6k
5 votes
2 answers
2k views

div will slideDown but it won't slideUp

I am attempting to show and hide a series of divs using toggle, slideUp and slideDown. I am able to get the div to slideDown but I can't get it to slideUp. I've used this script without incident ...
RachelGatlin's 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
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
1 answer
33k views

jQuery: slideUp() delay() then slideDown; not working

I'm trying to implement a very simple footer notification element to slide up for a moment, then slide back down. I'm using: $('button').click( function () { $('#message-box').slideUp('slow')....
Ryan's user avatar
  • 22k
7 votes
3 answers
10k views

JQuery slideDown animation lag

My JQuery slide animation lags when sliding the #res div. Any suggestions? JQuery: $(document).ready(function(){ $('select.first').change(function(){ $(this).prop('disabled', true); var ...
John's user avatar
  • 1,629
4 votes
3 answers
6k views

How to show more list using jquery

I pull out messages and display with PHP/MySQL. Now I want to show only 10 lists. And I want to add button. When I click this button it slides down smoothly and shows another 10, total 20 messages. ...
shin's user avatar
  • 32.5k
1 vote
2 answers
4k views

slideDown, slideUp not working in jQuery

Hi Friends slideDown and slideUp function are not working with my code. It appears the hidden row without slideDown effect PLease help guys you can chekc my code below or see fiddle here HTML <...
Kamal's user avatar
  • 2,180

15 30 50 per page