Questions tagged [fadeout]

The fadeOut() method gradually changes the opacity, for selected elements, from visible to hidden (fading effect).

Hide the matched elements by fading them to transparent.

Description:

.fadeOut( [duration] [, callback] )

where,
duration A string or number determining how long the animation will run.
callback A function to call once the animation is complete.

jQuery Fadeout Documentation

1484 questions
-2
votes
2 answers

jQuery: Images with fadein and fadeout (fading)

I've got the following code: var clicked = false; var klick = false; $("img#hovertom").click(function() { if (clicked) clicked = true; else $(this).attr("src", "../img/tom_effects.png"); if (clicked = true) $(this).attr("src",…
Tom Te
  • 11
  • 1
  • 4
-2
votes
3 answers

JQuery overlay border situation

I have the following JSFIDDLE that i am working on to show an overlay. However, when shown it has a border around the overlay and seems to create a larger area therefore placing scroll bars onto the page and i can not figure out why that…
StealthRT
  • 10,108
  • 40
  • 183
  • 342
-3
votes
1 answer

JS Animation text

I need help! I want to make title animation, when you open the page the text should appear from "nowhere". Can somebody give me code? Anything i found on google, is just for click and appear, nothing like, you enter on site and the text appear from…
-3
votes
1 answer

javascript, jquery. won't fadeOut

I am new to javascript and jquery, so, as a challenge, I am doing little game and ran into the problem today. So, the code works like: there appears some text and after some time it needs to fadeOut, but it just won't fadeOut for me... Here's my…
-3
votes
1 answer

How do you make a box fadeout in jQuery?

So I am trying to make a box fadeout in Jquery. I'm using an internal stylesheet. i've looked over the code again and again and don't know what is wrong with it. maybe the CDN I used is broke or not the right verison, but im sure you guys could tell…
user5021292
-3
votes
3 answers

Button onClick FadeIn Text

I'd like that somebody could give me an heads-up with the code to achieve this events: User clicks a button; Button disappears; Text fades in saying "Saved!" in the SAME POSITION of the button; Text fades out; Button (from 2nd step)…
FábioMartinho
  • 49
  • 2
  • 2
  • 12
-3
votes
3 answers

How to show and hide paragraphs using JQuery?

I want to show and hide using JQuery methods.
user1660164
  • 19
  • 1
  • 1
  • 2
-3
votes
1 answer

Show Loader while Div is Loading or Fading in or out

I have a webpage that is animated using a jQuery fadeIn / fadeOut with divs. Each part of the webpage is loaded by the fade In effect, and the site never navigates to a new webpage. I am looking for a loading image to display each time while the…
Kevin
  • 309
  • 2
  • 7
  • 17
-4
votes
2 answers

fadeOut a content using jquery

How can i fadeOut a div using jquery
Karthik
  • 317
  • 2
  • 5
  • 13
-4
votes
1 answer

How do I hide or fade out HTML video after the video has stopped playing, then display the H1 header title which is under

I want the video to hide/fade out after the video has finished. And I want the h1 header title to appear in the same position when the video ends (hide/fades out). How can I implement this in JavaScript or CSS? HTML code:
-4
votes
3 answers

Fade out divs one at a time using JQuery

I have this function that fades out each div apart from the one that has been clicked on. At the moment they all fade out at the same time, but I would like them to fade out one at a time. I would also like the divs to fade out in a random order so…
Gus Powell
  • 55
  • 2
  • 14
-4
votes
3 answers

Using jQuery how do I fade in one statement over another indefinitely?

I want to fade 3 or more statements out and in, indefinitely. Here is the code:
This is the first statement
This is the second statement
You…
Squirrl
  • 4,909
  • 9
  • 47
  • 85
-5
votes
3 answers

Simple jQuery fade in fade out image

Is there any scripts I can use to create a slideshow where a picture fades out and another replaces it. I am using the list below to list the images. The scripts I see currently slides the images left and right but none fades in an out.
Jay Smoke
  • 573
  • 3
  • 13
  • 35
-6
votes
1 answer

Looping Div Content with JQuery

I'm pretty new to JQuery, I've just about grasped the concept of HTML/CSS, now I'm ready for a bit more advanced code and I've seen some pretty awesome things done in JQuery! SO I've got this div with a class called 'contnet', multiple in one…
1 2 3
98
99