1
vote
3answers
50 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
1answer
79 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 …
0
votes
3answers
150 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
4answers
84 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 …
3
votes
1answer
65 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
3answers
101 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
3answers
71 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 …
0
votes
4answers
195 views
Screensaver in C++ with fading image
How can I make a screensaver in C++ that fades an image in and out at random places on the screen with a specified time delay on the fade out?
Multimonitor support would be awesom …
1
vote
2answers
43 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
2answers
102 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 …
2
votes
3answers
296 views
jQuery cross fading two images on a loop!
Hi, I am having trouble working out how to get a simple fade in fade out loop to work. I am pretty new to jQuery as you can maybe tell. I have had a go at it but now it’s taking to …
0
votes
1answer
131 views
fade transition in iphone (forward and backwards)
Hey guys,
I'm almost done coding my project and I have come across 1 to 2 problems with the fading. Here is what my code looks like
CATransition *animation = [CATransition anim …
1
vote
3answers
231 views
Problem with jQuery’s fade in/out in Firefox
I already asked here with no luck, but feel free to read it:
http://groups.google.com/group/jquery-en/browse%5Fthread/thread/fdf7a584b30d4bb9
Hmm check out my site:
http://www.c …
0
votes
1answer
478 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
74 views
calling an animation?
I have placed the following code in my program
CATransition *animation = [CATransition animation];
[animation setDuration:0.5];
[animation setType:kCATransitionFade];
[anima …
