0
votes
2answers
27 views
Jquery fadein and out
Check this out: http://novarose.co.cc/web2/
Fade effects are kinda messed up and I do not how to make then work properly.
I want code to run in following sequence:
Fade out blo …
1
vote
3answers
122 views
jQuery - fadeOut on Scroll / fadeIn on “scrollstop”
Hi everybody, i am trying to figure something out in jQuery and yes you may see now horrible code but i am not a programming expert ;-) So sorry if it hurts your eyes... But to des …
0
votes
8answers
192 views
Hover FadeIn FadeOut
I am trying to create a hover over action which brings in a coloured image and also once the hover is removed it fades back to its original image.
Currently it fades out the image …
1
vote
1answer
91 views
FadeIn FadeOut with Jquery with a twist
I am trying to create a hover over action which brings in a coloured image and also once the hover is removed it fades back to its original image.
I got it to the point of fadin …
1
vote
1answer
62 views
jQuery callback not waiting on fadeOut
It seems to me the following code should produce these results:
mademoiselle
demoiselle
mesdemoiselles
Instead, as "ma" fades out, "mes" fades in making the sequence:
mademoise …
0
votes
2answers
56 views
help with hover function
Any help would be appreciated...
I am trying to create the effect of a colour photo fading through from black and white. The fade in works but its fading the black and white one …
0
votes
1answer
24 views
Jquery Fade Not Consistant
Hello,
I am using the Gallerific plugin on this page: http://staging.asla.org/test/LWSother/furniture.html. The fade doesn't appear to be consistent across all of the images. When …
0
votes
1answer
60 views
UITableViewController cell fadeout
Hey,
I'm creating a UINavigationController based app. And in the first view i have a UITableViewController.
I want to have the same behaviour that the Contacts App have.
1) User …
0
votes
2answers
193 views
How can I get jQuery load() to complete before fadeOut/fadeIn?
I want to do an AJAX call via jQuery load() and only once it returns, then fadeOut the old content and fadeIn the new content. I want to old content to remain showing until the new …
1
vote
3answers
83 views
Stopping a jquery function from acting multiple times
I have a toggle fade effect but when you click the button multiple times it fades in and out more than once. (So if i click the fade id 20 times fast it will fade in and out multip …
2
votes
1answer
78 views
Java: Fade out music
Hello,
I'm making a game. Now if my player goes to another level the music is still playing. Now I want to let the music fade out to let start the new music of the next level.
I …
2
votes
5answers
133 views
what is this effect called and does C# have it somewhere?
Hello. I am making a web application and I want for when the user clicks a certain button for there to be a "pop up." Not really a pop up, but rather a little window in the browser …
0
votes
2answers
162 views
Jquery fadeOut executes callback over and over again, why is this and how can I prevent this?
My method fades a div box out and has a callback that calls a method... like this:
function closeWindow(windowIdPrefix, speed) {
$("#" + windowIdPrefix + "_ViewPanel").fadeOut …
1
vote
3answers
733 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="tblCartHead …
1
vote
4answers
181 views
Is there a jquery plugin to show/hide divs based on their class(category) on click
I am working with a grid of small divs which have one of four classes and I would like to be able to fade classes in and out using an onclick event. For example if there are 10 div …
