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

All Questions

Tagged with
0 votes
1 answer
440 views

How to make fadeOut current page and slideDown next page transition effect with JQuery load

Q: How can i make a fadeOut current page and slideDown with next page when i click a button. I want to make the page transition fadeOut homepage, load() the new page and then slideDown() the next page ...
Erik Wahlström's user avatar
2 votes
3 answers
99 views

How can I fadeOut a div when I scroll down to the hole div, It will not show again

I am looking to implement a feature in which a notification displays via slideDown at the top of the page on a button (or other element) click, and then hides via fadeOut when it is scrolled out of ...
Imran's user avatar
  • 23
1 vote
3 answers
195 views

Is it possible to add a fade to the .slideUp & .slideDown jQuery Function

Is it possible to have a slight fade to the .slideUp & .slideDown so it slides upwards with a fade? options.trickerPanel.slideUp(function() { $(this).html(value).slideDown(); Here is the ...
user2158255's user avatar
0 votes
2 answers
808 views

jQuery slideUp/Down and fadeOut/In stops halfway

Here's the fiddle: http://jsfiddle.net/4mmk2/ Rapidly clicking the button will cause the animation to pause halfway. I suspect it's the stop() function's problem but I can't find a way to fix it. By ...
chenglou's user avatar
  • 3,640
0 votes
1 answer
281 views

Jquery slideDown does not work second time, it fadesin instead.. any ideas?

For some reason if you open up the div for the second time it fadesin instead of slidedown which it what is supposed to do, it works fine the first time.. any ideas?? //CHECK IF ROW IS VISIABLE if (!$...
D J's user avatar
  • 165
2 votes
1 answer
4k views

fadeOut div after onClick event problem

this is my first time posting on here and have read alot of helpful stuff over the past few weeks since I found the site! So, my question is: I have the following code on my site and what im trying ...
Phil's user avatar
  • 105