Tagged Questions

0
votes
1answer
26 views

jQuery fade not working in IE

http://bit.ly/Veyy5 If you view the above URL in FireFox and try to change any of the search parameters you'll see that the search results portion of the page fades to a low opaci …
0
votes
2answers
528 views

Jquery fade stop error: jQuery(”.box”).stop().fadeIn();

This code is not working, what im doing wrong? Tnks. var x; x=jQuery(document); x.ready(inicializarEventos); function inicializarEventos() { var x; …
0
votes
0answers
20 views

How to callback the button animation?

I found a nice menu which have a background image fade out, as shown here http://www.queness.com/post/411/create-an-attractive-jquery-menu-with-fadein-and-fadeout-effect But howe …
1
vote
4answers
74 views

Fx on Javascript: How to fade stuff, etc without frameworks?

Hi, I would like to learn how to do fade, and similar effects on Javascript. I often get answers, like why not use Jquery, mootools, etc ? Well, I want to learn how stuff works, t …
1
vote
3answers
64 views

JavaScript: I’m looking for a lightweight background color (div) fader

Does anyone know of a lightweight (small file size) HTML background color fader? Something like the below pseudo-JavaScript fadeDiv('div_element_to_fade','hex_start_color','hex_e …
0
votes
3answers
192 views

Best approach to slideup and tabs with jQuery

I'm creating a page with an image at the top, and a menu below. When the user clicks on on of the 3 menu buttons, the image slideUp and the page scrolls down so the menu is at the …
0
votes
1answer
114 views

Jquery hover fadeIn/fadeOut problem

http://www.izrada-weba.com/orso On mouseover on link "NENATKRIVENA TERASA..." submenu and image fade in together. Submenu is faded using some downloaded script and image above is f …
3
votes
1answer
79 views

Fade in/Fade out for MAAttachedWindow

I'm using Matt Gemmell's MAAttachedWindow (http://mattgemmell.com/source) with an NSStatusItem to display a custom view in the menu bar. I'm confused as to how to get it to fade in …
0
votes
4answers
113 views

Javascript: Fade in and out

Hello, i have this PHP based doc (chatbox) where you can type your message and send it. Now, i have this fade animation where a message comes in when a message is send. Looks lik …
0
votes
3answers
128 views

How to programmatically alpha fade a textured object in OpenGL ES 1.1 (iPhone)

I've been using OpenGL ES 1.1 on the iPhone for 10 months, and in that time there is one seemingly simple task I have been unable to do: programmatically fade a textured object. To …
1
vote
2answers
55 views

Fading a JLabel that contains html

I can fade out a normal JLabel using a Timer, as follows: public static void main(String[] args) { JFrame frame = new JFrame(); // final JLabel label = new JLabel( …
1
vote
3answers
82 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 …
1
vote
2answers
121 views

Fading Element on Scroll

I'm curious how I can create a DIV (or anything really) that I can fade (or change opacity of) when a user scrolls down the page. This DIV would sit at the top of the page, but onl …
0
votes
1answer
563 views

jQuery Tab Fade Animation

I have implemented jQuery tabs and am using the opacity technique to fade one tab out and then fade another in. I would like to have the second image fade over the first and then h …
0
votes
1answer
93 views

JQuery mouseout timeout

Similar problems have been dealt with before but I believe mine's slightly different owing to the use of the bind() function. Anyhow... $('.overlay').bind("mouseenter",function(){ …

1 2 3 4 next
15 30 50 per page