Tagged Questions
The fadeout tag has no wiki summary.
13
votes
4answers
20k views
jQuery: FadeOut then SlideUp
If an item is being deleted then I would like to fade it out and slide the other elements up to fill the empty space. Now, when I use fadeOut() the item doesn't have a height at the end which results ...
10
votes
3answers
890 views
jQuery Innerfade - fading weirdly on IE7
I'm wrapping up a new site, http://architect.sitesbyjoe.com and I'm using the innerfade plugin on the site's homepage. For some reason, the fading is slow and choppy.
The only other thing ...
9
votes
3answers
4k views
Android - Fadeout animation for splash screen
I want to add fadeout animation for my splash screen, that is while closing the splash screen I want to bring the fadeout animation effect.
Here are the codes which I have tried.
...
6
votes
1answer
196 views
jQuery fadeIn and fadeOut issue in Chrome, but works in firefox
Any reason why the arrows on this carousel fade out in firefox but not chrome?
Please find the link
$(document).ready(function()
{
$("div.slider-wrap").hover(
function () {
...
6
votes
3answers
5k views
jQuery :FadeOUt not working with table Rows
I have the following HTML table is rendered to my browser.I am creating this table from my ASP.NET codebehind file.
<table Class="tblTradeInCart">
<tr class="tblCartHeader">
...
5
votes
1answer
677 views
jQuery show/hide - Question about the delay variable
I'm using the following code to show a box when you mouseover a certain div and have set the delay on the fade out but is there some way of cancelling the fadeOut effect if the user goes back on to ...
4
votes
1answer
77 views
Problem with showing/hiding divs
I am trying to show some random images in a div. My HTML code is like this:
<div class="sponsors">
<div id="sponsorsContent">
<div class="spacer"></div>
<div ...
4
votes
4answers
114 views
jQuery not getting called in all browsers
Disclaimer: I am new to jQuery.
I am trying to implement a fadeOut effect in jQuery for a div block, and then fadeIn effect on two other div blocks.
However, these effects are only working in the ...
4
votes
1answer
3k views
Android alpha animation fadein fadeout with delays
I want to do a very simple alpha animation but I cannot find a valid way.
The idea is to perform this animation over a view:
alpha from 0 to 1 of 1 second
hold alpha at 1 for 5 seconds
alpha from 1 ...
4
votes
3answers
2k views
JQuery - IE6 - How to FadeOut and FadeIn simultaneously?
I have a sequence of position absolute div, say
<div>...</div>
<div style="display:none">...</div>
<div style="display:none">...</div>
<div ...
4
votes
6answers
1k views
jQuery and php image rotater puzzle
Jquery puzzle
I've got a php script that returns the name of random jpg image from a folder. It's nice because I don't have to rename the images at all; I just drop them in the folder and the ...
3
votes
2answers
59 views
jquery fadein simultaneously
I am trying to fade out the existing text of a dialog box, and then fade in an error image simultaneously.
How might i do this? Right now I have it (somewhat) working but a few things wrong with it.
...
3
votes
1answer
191 views
jQuery fadeIn fadeOut makes page scroll
I have wordpress enabled website where I want to create a featured block. This featured block will have featured articles fading one after another. I got it working by using the fadeIn and fadeOut ...
3
votes
2answers
78 views
Fadein Hover with fadeout to orginal state or onclick stay in hover state
Hello I'm new to jQuery and Javascript!!
What I have to do is:
website with jquery and thumbnails.
When the page is loaded all the thumbnails have to be on 60% of opacity. As soon as you go with ...
3
votes
6answers
231 views
How can I make this jQuery faster than what I have?
Currently, I am using this script for a type of "tab" system. When one tab is clicked, it hides all the others. They are all div's. But right now, I don't think it's fading fast enough before the ...
3
votes
3answers
433 views
Video editing with python or command line
I need to perform the following operations in my python+django project:
joining videos with same size and bitrate
joining videos and images (for the image manipulation I'll use PIL: writing text to ...
3
votes
6answers
801 views
JQuery: Fade out all other divs and move $(this) to top left
I have a grid of div's (we'll call "#entry"'s). I currently have them where once someone clicks any one div it will make all the others fade out. However rather abruptly the selected(clicked on) div ...
3
votes
2answers
189 views
Why is my jQuery script producing a double fadeIn?
I'm trying to use .fadeIn() to make my navigational hover effects look a little more smooth on the transition. Except I'm getting what I can only describe as a double fade (in and out and back in ...
3
votes
1answer
843 views
Creating a fade-in/fade-out function in MATLAB?
I am looking to create a function that could create a fade-in/fade-out function on a .wav file over a period of five seconds.
I found this code on the MATLAB forums but it seems the implementation ...
3
votes
3answers
806 views
Jquery mousemove() gets activated without a mouse movement
Hi
I am trying to do a google.com like fade in (Cept i want to fade out text)
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script>
...
3
votes
3answers
5k views
jQuery fadeIn fadeOut - IE8 does not fade
Can anyone tell me why a .jpg would not fade in or fade out in IE8. Right now it is just disapearing and reappearing with no opacity changes. I have this set up locally and on a publishing server, ...
3
votes
1answer
2k views
jQuery fadeOut, replaceWith, animate almost working
I am trying to accomplish the following:
1. On click, have a div with id="fader" fadeout
2. replaceHtml of fader with new html (this new HTML will appear below the fold of the browser)
3. Animate new ...
3
votes
2answers
1k views
Jquery making div fadeout with timer
Looking to make a div fadeout after 10 seconds.
Tried various things but can't get the timer working.
This is the code:
$('#deletesuccess').show();
Edit:
This is the full code:
function ...
3
votes
2answers
982 views
Image Hidden, then on mouse movement Fade-In, Fade-Out and Fade-In again
I am trying to get an image to fade out when there has been no mouse action for 3 seconds and then fades in when the mouse is again moved.
I would also be appreciative if anyone could tell me how I ...
3
votes
3answers
2k views
Fading out an image with transparency in WinForms UI (.NET3.5)
The application:
I am writing a little game that would teach the user to read music notes. The game play is very simple. The app displayes a note and my little daughter (target user) should hit the ...
3
votes
1answer
3k views
jQuery - IE8 - fadeIn() / fadeOut() pixel shifting
I'm replacing one absolutely positioned dictionary term with another like so:
jQuery('#replaceme').fadeOut(150, function() {
jQuery('#withme').fadeIn(150);
});
It's pretty simple code that ...
2
votes
6answers
128 views
jquery fade in fade out on hover for multiple elements
I am working on a portfolio page and would like to use jquery to fade in some information over the image when the user hovers over the item.
I am quite new to back-end jquery stuff so just starting ...
2
votes
1answer
44 views
fadeout and remove an element after a few seconds
Why the element cannot be removed in the callback of $.fadeout?
For instance,
$(".background-blackout").fadeOut('slow', function(){
// Remove all the layer.
$(this).remove();
}));
...
2
votes
1answer
56 views
fadein/fadeout issue, tried stop but does not work
So all I want to do is fade out a div and fade in another. When i hover a link i want to fadeout prev div and fade in the proper div. everything works fine unless I hover over the links too fast. when ...
2
votes
4answers
138 views
jQuery fadeout child div and fade in the next child div
All,
Say I have the following divs:
<div id="rotate_container">
<div class="reviews" id="item1">This is item one</div>
<div class="reviews" id="item2">This is item ...
2
votes
1answer
82 views
How to controll the MIDI channel's volume
I have this code:
Synthesizer synthesizer = MidiSystem.getSynthesizer();
synthesizer.open();
Instrument[] instrument = synthesizer.getDefaultSoundbank().getInstruments();
...
2
votes
3answers
115 views
jquery fading background images
I'm pretty new to jQuery, but I'm looking for a simple script to loop 3 or 4 background images in a header by fading them in and out. They're transparent pngs, so a lot of the sliders I've tried for ...
2
votes
1answer
181 views
How do i get my error messages to fade out? in RubyOnRails 3
The error i want to show
flash[:error] = "Invalid username/password combination."
I've tried
$(document).ready( function() {// When the Dom is ready
$('.error').hide();//Hide the div
...
2
votes
3answers
115 views
jQuery not fading text in and out?
I want to display "goodbye" for 1 second, fade it out, replace it with
"hello", and then fade back in. Why doesn't this snippetwork? (jQuery
is loaded):
<div id="foo">x</div>
...
2
votes
1answer
177 views
Using .load() with fadeIn() to replace content
Alright I have tried a few different approaches none of witch I'm gratified with so I came to ask.
I've got a wonderful side navigation that I created for one web page. I've tried to make the ...
2
votes
3answers
49 views
Having a little issue with a simple jQuery fadeOut?
I have a simple ID I want to fadeOut with jQuery after a button. However, when clicking on the respected button it doesn't work and nothing happens. Heres how I get JS file from different location ...
2
votes
3answers
459 views
How do I fade one <div> out with jQuery and fade another <div> in?
I am building my portfolio and I want to create a gallery to display my projects. I have a selection of seven divs containing content that form a tabbed navigation-esque section of my website. As ...
2
votes
2answers
343 views
fadeIn and fade out in jquery?
I want to use .fadeIn() , .fadeOut() for two different function in the same jQuery.
For Example: Imagine a form
assume the below is radiobuttons:
O U.S - if i choose U.S it fadeIn - cities/ ...
2
votes
1answer
628 views
Silverlight ScrollViewer - fade in\out the scrollbar
I have a scrollviewer and I want to animate the way the vertical scrollbar appears. The scrollbar is set to AUTO , so I want it to fade in when needed and fade out when not needed.
I know how to drill ...
2
votes
2answers
182 views
How in jQuery pass parameters into function after function fadeOut
Hi how i can pass variable into this function
var _index = $("#sideNewsContent_menu li").index($(this)) + 1;
$("#sideNewsContent_body").fadeOut(300, function (index) {
//HERE i want to use ...
2
votes
3answers
416 views
Jquery: Hover over any paragraph, append div with little message, hover off, it fades out, is this right?
http://jsfiddle.net/nicktheandroid/3AraQ/
When a P is hovered over, #both is appended to that paragraph and centered. When i hover off and then onto a new paragraph, it fades out on the first P and ...
2
votes
1answer
234 views
jQuery advanced hover and fadeIn function
Is it possible that I was overworked and looking for a problem that is quite primitive:)
I have the following HTML code:
<h1 class="cloud"><a>bla</a></h1>
<div ...
2
votes
1answer
517 views
Jquery fadeIn cause a scroll top, how can i solve?
i have a problem with jQuery fadeIn(or fadeOut) method.
i build an article rotator , all works fine
but there is a problem when the page is scrolled bottom and the article rotate,
The fadeIn (or ...
2
votes
6answers
183 views
jQuery - How do I make the menu fadeout when the user clicks anywhere else in the document besides the menu itself?
I have a link that functions similar to a drop down menu in that it fades in a list of links below it when clicked. Currently, the list fades back out when the link is clicked again, but I'd like for ...
2
votes
1answer
127 views
JQuery fadeOut operation
i am having a html structure like
<ul>
<li> <span class="vcard">
<a class="underline user-link" href="/users/aruna">Aruna </a>
</span>
...
2
votes
2answers
382 views
Fade out a div with content A, and Fade In the same div with content B
I have the following:
$(function() {
$('.ajaxloader').click(function(event) {
var target = $(this).attr('href');
window.location.hash = target;
...
2
votes
1answer
510 views
jQuery: make a div fadeOut + .live() + .delay() functions merge
Hi all
I want this div to dissapear when it show up.
It is working now this way, but since sometimes the div is added after a load() I would need to merge it somehow with a live() I guess....
//Fade ...
2
votes
2answers
852 views
Jquery replaceWith - fadeout / Fadein
I think this is going to come across very basic stuff but I'm brand new at the wonderful world of jquery.
Heres my simple working replace code :
<div>yes yes </div>
...
2
votes
1answer
865 views
Troubles with jQuery fadeIn() and fadeOut() in Chrome
Have a plugin that I'm working on and I've hit a wall in Chrome. The script works perfectly in FF, but Chrome is not correctly displaying the fadeIn and fadeOut effects. It looks like Chrome is just ...
2
votes
1answer
273 views
Jquery fadeIn/fadeOut animation issues
I am using Jquery FadeIn/FaeOut to show and hide content on my page. Like so:
$('.subnav_company').click(function(){
$('.aboutcontent').fadeOut('slow');
...