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
145 questions with no upvoted or accepted answers
4 votes
0 answers
812 views

Dialog Slide Down Animation overlaps native android buttons bar layout

As the question title conveys, I am trying to close a dialog with slide down animation. Everything works perfectly except that while sliding down, the whole dialog layout overlaps the native android ...
Rajeev's user avatar
  • 1,404
2 votes
0 answers
188 views

Accordion animation does not work for child elements

I'm struggling with animated accordion for my site. Second level of my accordion does not have animation and is not visible. It happens only on the second level of my accordion. This animation is from ...
Jakub Czeszejko-Sochacki'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
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
0 answers
427 views

How can I test a button with a scroll down function on cucumber?

I'm writing cucumber tests for a website, and I've gotten completely stuck on this one. On the website's checkout procedure, there is a button that triggers a slidedown into the next part of the ...
user1842644'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
2 votes
2 answers
225 views

Hide an element without masking item over top

I've created an effect whereby an HTML element is initially hidden behind another HTML element, and the CSS 'top' value of the hidden element is animated to expose it from beneath the masking element ...
Ash's user avatar
  • 3,166
2 votes
2 answers
2k views

I want to slowdown speed of process bar in html

1st problem- I am trying to slow down speed of my process bar. I want it to take 1min to complete loading.Here is my code: JS function start(al) { var bar = document.getElementById('...
trisha's user avatar
  • 31
2 votes
2 answers
1k views

jquery slideDown only works once

I am using jquery to make a slide down menu. The code works perfectly the first time the page loads. However, slideDown (the essential part of the click function) doesn't work more than once per menu ...
Caroline Record's user avatar
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
36 views

CHROME: Prevent jQuery slideDown() and prependTo() from moving whole screen

I have the following code that prepends an li element to a ul list: function prependListItem(entryHTML){ $(entryHTML) .hide() .css('opacity',0.0) .prependTo('#container >...
Don Vasquez's user avatar
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
1 answer
1k views

Scroll to an element within a hidden div after slideDown

There's a hidden DIV (has a specific height) has a lot of selectable icon DIVs, This DIV shown up by slideDown jQuery function, I want to scroll into the selected nested icon DIV (in the middle of the ...
Hady Shaltout's user avatar

15 30 50 per page
1
2 3 4 5
10