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

All Questions

Tagged with
0 votes
1 answer
131 views

Changing Animation in JQuery Conditional Form - SlideUp and SlideDown JQuery alternatives

Please see example on codepen. I've got a working template for my conditional forms using JQuery and HTML if you change the drop down menu the options that appear next depend on the selection made in ...
Jamie Strong's user avatar
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
0 votes
1 answer
271 views

How to add a hover timeout to drop down element (and sub elements)?

Here's my fiddle of what I have so far: http://jsfiddle.net/Pr3fix/LTSSx/4/ $(function(){ var timer; $('.logo').hover(function(){ $('.bubble-container').stop(true, true).fadeIn({ duration: 600, ...
tdc's user avatar
  • 5,384
6 votes
1 answer
311 views

Issue with Sliding Drawer and Animations

I am working on a project where I should not use any XML file and sliding Drawer is must. But I found that Sliding Drawer is not possible through java coding, For this reason I started working on ...
Hummer's user avatar
  • 821
0 votes
1 answer
301 views

Slidedown a new layout from top

I have a main layout being hosted by an activity (setContentView method). I have a button in the layout. I want to be able to click this button and a new layout will slide down from the left/top ...
user1908945's user avatar
1 vote
1 answer
1k views

Android slide in/out layout with animation

i have googled a lot about this problem. I have a LinearLayout with 3 LinearLayouts in it. The first one is like a header for the second one. And the last one is just some other content. I now wan´...
schw4ndi's user avatar
  • 231
1 vote
1 answer
215 views

Half height of the div show in slodedown effect?

I have one div with height say 100px and it is hidden in page load. When I click on another link, I want to display half of its height(50px) on sudden by using just show() and rest 50px should display ...
Anoop Ambalapuzha's user avatar
8 votes
8 answers
90k views

Slide down div on click Pure CSS?

I found this post How to create sliding DIV on click? But all the answers are Jquery methods. Is there any way to create this with PURE CSS? I have a couple other things in mind as well... What can ...
KXXT's user avatar
  • 271
1 vote
1 answer
1k views

jQuery slideDown per pixel instead of per millisecond

We use the jQuery slideDown function when animating elements on a page. A problem we have is that the animation takes a set time, regardless of how tall the element is. If the element is 100 pixels ...
Bei Yang's user avatar
0 votes
1 answer
1k views

Partial slideDown with jQuery

I have some buttons that have drawer menus and what I'd like to do is add a state so that when the user hovers over the button, the drawer bumps out slightly (maybe with a little wiggle/rubber-banding)...
Jon's user avatar
  • 3,174
2 votes
2 answers
2k views

When doesn't jQuery slideDown work but slideUp does?

I am having trouble with slideDown. Instead of neatly sliding down the element starts 'shaking' and than appears straight away without animation. SlideUp on the other hand works flawlessly. I made a ...
Tom's user avatar
  • 556
0 votes
1 answer
101 views

Figure out what values $(...).slideDown() is animating to

As far as I understand, jQuery does some magic measurement to figure out what the "normal" height of an element is, to be able to animate it with .slideDown(). Is there any way to get these ...
last-child's user avatar
  • 4,761
0 votes
1 answer
1k views

jquery slide down many images in sequence one by one after page load

I am trying to display images with sliding effects(top to bottom of the page) one by one in to on page load. After going through so many sites I did not get any plug-in related to this functionality. ...
yatinsmile's user avatar
0 votes
3 answers
2k views

Div tag disappears after the animation finishes on ipad when using jquery slideDown

I am using $('div#MainNavigation').slideDown('medium'); to slide down a div tag. On completion of the animation on the iPad, it disappears. The site i'm using this on is www.missbossyboots.com.au ...
Gavin Bruce's user avatar
  • 1,809
6 votes
4 answers
4k views

How can I achieve a slide down effect like jQuery's slideDown, but only using CSS?

There is a problem with CSS3 animations. They do not support the "auto" height property (and width, margins, etc.). What is the best way to create a CSS3 slide down animation without knowing the ...
Ron Reiter's user avatar
  • 3,896

15 30 50 per page