0
votes
4answers
29 views
jquery hover image fade swap
I have been searching online for awhile, trying to find the best way to write a jquery script that does this simple task: swapping an image on hover with an elegant fade effect. I have found many …
0
votes
3answers
66 views
Best way to fade in/out image
What is the best (least resource heavy) way to fade an image in and out every 20 seconds with a duration of 1 second, against a black background (screensaver), in C# ?
(an image about 350x130px).
I …
0
votes
1answer
100 views
JQuery Help with Hover/Fade/Animate Image
Hi guys
I would like to create a javascript/jquery so that when I hover an item, 2 or 3 classes are called as a hovering image, since there will be a "left", "middle", and "right" image. The left …
0
votes
3answers
12 views
sifr fade problems on IE
hello,
i use a sIFR title in a list on my website. i fade list-items out and in. works fine. but in IE when i fades, the sIFR title suddenly has a black background. but just during the …
0
votes
3answers
85 views
adding fade to jquery image replacement
Hello-
Im creating a nav that uses jquery to replace the image on rollover. Here is the code I am using:
http://peps.ca/blog/easy-image-rollover-script-with-jquery/
basically, you add a suffix …
0
votes
1answer
48 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 opacity and then fades …
0
votes
0answers
24 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 however when I rapidly …
1
vote
4answers
84 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, then I wont mind …
1
vote
3answers
67 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
…
0
votes
1answer
135 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 fading using my code:
…
0
votes
3answers
230 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 top of the page, …
0
votes
4answers
132 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 like this:
Javascript:
…
0
votes
3answers
159 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 keep it simple: how …
3
votes
1answer
95 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 and fade out. …
1
vote
2answers
60 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 …
