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

Questions tagged [slideup]

An effect of hiding element with a sliding motion.

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
30 votes
6 answers
42k views

jQuery: FadeOut then SlideUp

If an item is being deleted then I would like to fade it out and slide the other elements up to fill the empty space. Now, when I use fadeOut() the item doesn't have a height at the end which results ...
bart's user avatar
  • 15.2k
5 votes
7 answers
14k views

SlidingUpPanelLayout and ScrollView

I have a SlidingUpPanelLayout that holds a image as a top view, and a view pager that needs to slide. The viewpager has 3 fragments and two of them are list views. So I want to be able to expand the ...
user1796624's user avatar
  • 3,917
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
24 votes
3 answers
37k views

jQuery - Wait till end of SlideUp()

How can I wait till the end of the jQuery function slideUp() before continuing the script? <script type="text/javascript"> $(document).ready(function() { $("div[class=item]").click(function(...
James Brooks's user avatar
  • 1,301
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
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
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
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
6 votes
4 answers
21k views

Slide-up view in Flutter

I'm trying to make something similar to google/apple maps screen in flutter. I just started experimenting in Flutter and I have a hard time understand that "Draggable widget". Could someone give me ...
Stroi's user avatar
  • 1,901
2 votes
1 answer
4k views

Footer behind content

I'm trying to do a footer the shows behind the content when scrolling towards the end of the website, it's hard to explain so I did this gif http://imageshack.us/f/687/newdw.gif/ I've tried to ...
Ale Capellan's user avatar
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
0 votes
1 answer
4k views

Joomla 2.5 Jquery Cannot call method of null

Hi guys I am using Joomla 2.5 with Jquery and I got this strange error in my chrome console: "Uncaught TypeError: Cannot call method 'slideUp' of null " here is index.php header section: <...
Irakli's user avatar
  • 1,159
19 votes
4 answers
35k views

slide up xml animation on change activity in android

I read the below link before posting this. How to apply slide animation between two activities in Android? I need to know how to make activity slideup xml animation. like what they have done for ...
praveen kumar's user avatar

15 30 50 per page