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.

slideup
96 questions with no upvoted or accepted answers
3 votes
0 answers
288 views

jQuery accordion issue on Safari

I have a very simply built an accordion using jQuery slideUp/slideDown. It works great in Chrome/Firefox, but there is a weird flash issue I get in Safari. It mainly occurs when you start at the ...
Jordan K's user avatar
3 votes
1 answer
1k views

jQuery slideDown causes wrapper div to shift in firefox

I have a div inside a containing div (i.e. a "wrapper" div). This wrapper div has its margins set to auto so it's centered on the page. When you click a button, another div inside the wrapper div is ...
MRichards's user avatar
2 votes
2 answers
132 views

Rails : slideUp() is working but with no transition

For a simple to-do-list project I would like to use a .slideUp() method to delete a task. This work fine as the line disappear, but the action is baldly executed, with no smooth transition effect. If ...
romss182's user avatar
  • 203
2 votes
0 answers
2k views

Android : Double slide up panel like google map

I am working on making the slide up panel like Google Map. I am using AndroidSlidingUpPanel to implement my panel <com.sothree.slidinguppanel.SlidingUpPanelLayout xmlns:sothree="http://...
Tong Ratta's user avatar
2 votes
0 answers
912 views

Is it possible to fix slideUp /slideDown jquery jump issue for responsive width

There have been a lot of posts about the slideUp/slideDown jump, the most helpful of which points to Remy Sharp's post. This, however only addresses the situation if the height of the div to be hidden ...
pappley's user avatar
  • 479
2 votes
1 answer
249 views

Disable .slideUp function when mouse hover sub menu

I have a small problem. I want that when I hover mouse on the sub menu, when it is open, the sub menu is not collapsing. Thanks. $('.navigation').find('ul').parent().addClass('lv2-menu'); $('....
Maxim Titov's user avatar
2 votes
0 answers
186 views

jQuery Firefox issue on slideUp

I have a simple function that hides a div tag with slide up. When I call the function, on Firefox the effect occurs normally, but the height of this div remains during the effect. On Chrome and IE ...
lucasbgp's user avatar
2 votes
2 answers
4k views

jQuery slideDown and slideUp toggle issues

So basically I'm just starting out with jQuery and JS and I have hit a problem. I have a small menu that when the user clicks one of the links, the content slides down. If there is already a box open,...
Tom Oakley's user avatar
  • 6,293
1 vote
0 answers
91 views

Card Slide up animation in ReactJS

I'm creating a Card view animation when the user presses the current card's Button, the next Card wants to show up the next, i used overflow: hidden; so, currently one card view can visible by the ...
Prasath S's user avatar
  • 3,988
1 vote
1 answer
903 views

How to slow down dropdown box by CSS or jQuery

I have built a dropdown button,but have no idea how to slow the the dropping process: Html: <div class="dropdown"> <button onclick="myFunction()" class="dropbtn"&...
William's user avatar
  • 3,990
1 vote
0 answers
43 views

slideDown works, but when I change to slideUp, it stops working

I have 2 small divs, side by side in a bigger div, display flex. I want one of the small divs to appear by sliding up, and the other by sliding down. They both work fine when sliding down, but when I ...
jesusWalks's user avatar
1 vote
2 answers
51 views

Prevent jQuery script from running depending on condition

I have this script which should allow slideUp/slideDown for nested ul (dropdown menu) when window is larger than 800px and disable slideUp/slideDown functionality if window's width is less than 800px ...
Antony's user avatar
  • 145
1 vote
2 answers
52 views

jquery dialog box slideUp slideDown

I would like to show a dialog box on the right side when we scroll to a certain level of the page and make it disappear when we go back. The problem is that the box appears but disappears immediately. ...
d621's user avatar
  • 35
1 vote
0 answers
146 views

Xamarin.Forms - device-independent way to make a bar at bottom slide up to cover full screen height

I'm working on a mobile app in Xamarin.Forms, with a "new messages" bar at the bottom of the screen, like this: ---------------------- | | | | | ...
jbyrd's user avatar
  • 5,517
1 vote
1 answer
89 views

jquery slideUp don't work?

In this code my menu slides down correctly, but then I click button my menu slides up without animation.. Any thoughts what's wrong? if($(this).hasClass('menu-opened')){ $('#cssmenu')....
Tamalis's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
7