Fade refers to the UI technique of having page elements gradually gain or lose visibility, usually in response to a user action.

learn more… | top users | synonyms

1
vote
0answers
12 views

CSS3 - Cross fading images with background-image

Is it possible to make each separate background image of these hexagons cross-fade into another picture (Example: http://css3.bradshawenterprises.com/cfimg/). I'm relatively new to CSS and I feel ...
0
votes
0answers
21 views

Looking to add Fade to This Simple Javascript Image Switch

I have a simple script where I have thumbnails that switch out the content of a div. Each div has a set of four images, a heading and a little description. The script works fine and does what I ...
-3
votes
0answers
17 views

Jquery , can anyone make the scroller work? [closed]

http://jackbu.x59.cn/testscroll.html currently the left arrow works. need adjustment with the jquery to make the right arrow function as well thanks!
0
votes
1answer
49 views

ASP.NET fade textbox text when user clicks

I'm developing an ASP.NET (VS2012, .NET 4) web app, and I'm going to create some effects for my text box like this site: http://behnoush.iitco.ir/site/fa/Poll.html as you can see, when user clicks ...
0
votes
3answers
57 views

Fade opacity when scrolling

I was searching how I can get the following effect: http://www.weareempire.co.uk/work/rob-evans-photography/ So when I scroll down, the images will be fade in at a specific height. My markup: ...
3
votes
2answers
44 views

Text carousel crossfade effect?

We're trying to implement a simple text carousel that replaces a single word in a sentence with a few other words. They will fade in/out and the containers width should shrink/enlarge to accomodate ...
0
votes
2answers
20 views

How to change fade InOut timing in jQuery?

Below is some jQuery to fade in and out list items sequentially. This code makes the list items fade in and out very fast. How do I control the speed? function InOut( elem ) { elem.delay() ...
0
votes
0answers
17 views

Joomla menu fixed on the top, fade in and out on scrolling

I'm quite new on jscript and a little stuck. I read some articles both in here and other pages found through google but it seems I'm not able to fix my problem. I've a menu on top, inside a fixed div ...
0
votes
2answers
50 views

fadeout text at a lower speed

I want to make a group of array fade out until the last array object in this group was appended. And I use millis() to make every three object fadeout at a slower speed! So I create a function called ...
1
vote
2answers
208 views

OpenGL fade issue

This is what I'm doing: Render the first image using a color of: glColor4f(1.0, 1.0, 1.0, 1.0); Render the second image, using a color of: glColor4f(1.0, 1.0, 1.0, calc);. calc is a number that goes ...
1
vote
3answers
73 views

Fade out, apply css, fade in - JQUERY

I'm trying to fade out the block on click, thereafter change block position, and Fade In. But it does not work. Here's the code: $("#info-panel").fadeOut("fast"); $("#info-panel").css({ top: (new ...
1
vote
3answers
43 views

Fade in/out div scrollTop

I have a floating menu that i want to fade in when you start to scroll down the page, then fade out when you are back at the top of the page. I have got it working without the fade, but im not sure ...
0
votes
1answer
28 views

Make fadeToggle more smooth when collapsing

When I click toggle the Toggle anchor in my jsFiddle: http://jsfiddle.net/KAAHM/ when the animation is complete, the collapsing of the remaining <li> is jarring and abrupt. I was wondering if ...
0
votes
0answers
54 views

Dynamic fade effect (transparent) for ASP.NET Image WebForm in CodeBehind

I want to make a dynamic fade (transparent) effect for my image which is a WebForms UI element, which hosts at UpdatePanel. I've defined in ASPX such an UpdatePanel and other elements: <form ...
0
votes
1answer
29 views

Simple jQuery slider repeating

I'm trying to make a simple jquery slider that infinitely repeats. I've put the class "hidden" on the item that is hidden, and the class "featured" on the item that is not hidden. The plan is then to ...
0
votes
1answer
125 views

Jquery carousel with fading text

Picrelated is a carousel i'm struggling with. By clicking "next" navigation arrow, text caption should fadeout first and then the image block should slide to the left. While the image block slides - ...
1
vote
2answers
62 views

Raphael.js - can I use .show/.hide with fade effect?

Is there a way to make element fade in or fade out using Raphael.js? My code is something like: var elem = paper.circle(10, 10, 10) elem.hide(); Is there an attribute to .hide() to make fade ...
0
votes
2answers
75 views

Javascript image fade?

I have a basic JavaScript image slideshow which loops through 4 images with a 5 second delay. Is there any way to make each image fade in as opposed to just appearing instantly? Perhaps using the ...
0
votes
1answer
55 views

Background image fade in jquery

I'm tryin to do fade backgrounds in jQuery and CSS, this is my code - but its not working. Any ideas? var images = ['bg.jpg', '_4.jpg', '_5.jpg', '_6.jpg']; var i = 0; setInterval(function(){ ...
1
vote
1answer
48 views

Iframe how to animate with jquery

*I have the next problem http://jsfiddle.net/t74fT/14/ when i try to load animation for my iframe, but i don't know how to realize the fade out of the text when i click another button, and fade in ...
-3
votes
0answers
110 views

Jquery fade in fade out iframe animation [closed]

i just need help, so, i want to animate text in iframe with fade in and fade out, but all i could made it's just an animation when the page finish loading. I have this ...
0
votes
1answer
66 views

Change background color saturation based on percentage loaded

I want to make a preloader of sorts where by as the page loads instead of resizing a divs width based on the % loaded I would like to change the saturation of the background-color of a div based on ...
0
votes
1answer
22 views

jQuery Queue - Two Separate Animations on Same Object

I'm making a small plugin that allows for site-wide notifications. A notification (with default options) will wait (delay) for 6 seconds before fading out over 1 second. But! Clicking it manually ...
0
votes
1answer
28 views

jQuery Animate a div on click

I want to make a div slide 200px to the left and make another div fade in on click, but it doesn't work. This is the code I tried: <script>       $("#navigatie").click(function () {    ...
0
votes
0answers
47 views

Slideshow with vertical scroll over each image

do you know any software or script that creates image slideshow with fade effect between images and allowing to move over each image from top to bottom of the image like a scroll (but not between ...
0
votes
2answers
55 views

Delete, fadeout and remove comment

When I delete a comment the rowCount is not updated to not contain the actual number of comments. Because I use the fadeout function and not the remove() function because I want it to fade out from ...
-1
votes
1answer
44 views

How do I add time length to fadeIn();? [closed]

Using JQuery fadeIn(); I want to add a time length to it. I am currently using it this way: var transition = 'slow'; var target1 = $('.div1'); target1.delay(1500).fadeIn(); It works ...
0
votes
1answer
50 views

jQuery src replace crossfade on hover

I have a couple of images on my Joomla site, each one with a black&white version and a color version. I'd like to change a part of the src ('bw' to 'color') when hovered over with a nice ...
2
votes
3answers
70 views

Using jQuery .hide() with fading

I have a .hide() function that hides divs based on checkboxes. JS Fiddle of it working here Real site example here I'm trying to give it animation so that the .hide() will fade in/out rather than ...
1
vote
3answers
39 views

jQuery img opacity/layer hover?

I have an img in a link that when you hover over it brings up a coloured/opacity layer over the top. It works fine apart from i need the name of the image to fade up as well. So the image starts off ...
0
votes
2answers
48 views

Arduino delay only in one part of the code

Hello i am new to stackoverflow. I have a problem if (brightness2 == 0 || brightness2 == 255) { fadeAmount2 = -fadeAmount2 ; } // wait for 30 milliseconds to see the dimming effect ...
0
votes
1answer
20 views

text fade on input field, where is this being configured

i have this website im building, my client is using a template and the template has contact forms, now i cant seem to understand how to get the text fade on click for input fields to work on any ...
0
votes
1answer
37 views

Twitter bootsrap model fade on clicking link_to but black fade appears on the modal

I try to fade modal on clicking the link but black fade appear on the modal popup following is my code of modal and link clicking on the following link modal fade <%= link_to 'New ...
0
votes
0answers
38 views

Perform <a href> within HTML5 Canvas?

I'm using HTML5 canvas to develop a mobile app. I want to be able to use the jQuery mobile 'fade' effect when directing to another page: <td><a href="page-transitions-page.html" ...
-6
votes
1answer
41 views

Javascript script stopped working and i can't figure out why? [closed]

Can anyone tell me why this might not be working ? oO It was just a few minutes ago and i have no idea what i did that could have broke it. Basically when i clink one of the menu items it shud fade in ...
1
vote
2answers
45 views

auto animation Jquery

I have a question, lets say if I have a object and I want it to glow continuously, is this achievable with Jquery? Is there an auto animation function that will loop the fadeIn fadeOut comment? If ...
0
votes
2answers
36 views

How to put a DELAY in an FADEIN

So, I've got this: $('header').fadeIn(1000, function() { // Animation complete }); $('#intro').fadeIn(3000, function() { // Animation complete }); And now I want the second one to come in ...
0
votes
0answers
61 views

JavaScript text fade jags in Chrome

The text in this example moves slightly right before fading out and corrects left after fading back in. I am only seeing this effect on XP(SP3) with Chrome (version 26.0.1410.64 m). The same version ...
0
votes
1answer
43 views

jQuery not loading on [closed]

I have a jQuery fadetoggle function that's supposed to work on all eight pages of my site, but of the eight, the function only works on the home page and the Contacts page. There are eight main pages ...
0
votes
3answers
28 views

Having an issue with fading in JQuery. Any ideas?

So, what I need to do is have something fading in and out repeatedly on a page until the 'reset' button is pressed (further information on that not needed). So, I have a paragraph element on a page ...
0
votes
4answers
132 views

CSS3 - Fade between 'background-position' of a sprite image

I want to fade between 'background-position' of a sprite image only with CSS. I found a lot o tutorials but I didn't found something simple like this: <!doctype html> <html> <head> ...
0
votes
2answers
203 views

How to change the CSS of one image when hovering another image?

So I'm tyring to fade one image in and the other out when hovered using html/css. These images sit on top of each other. One is a transparent play button (which has to be on top?) And the other is a ...
0
votes
3answers
66 views

Time delay on element with fadeToggle()?

What's the best way to set a time delay on an element for it to display for a certain time, but with a fade-in and fade-out effect upon appearing and disappearing? Can this be done with the ...
0
votes
4answers
94 views

Simple jQuery slideDown doesn't work for two

Problem: I have 2 slide downs, kind of a menu. <div id="one" style="background-color: red; width: 200px; heihgt: 125x; margin-left: 5px; float: left;">One</div> <div id="two" ...
2
votes
2answers
62 views

Fade Background but NOT Text

I have applied a CSS fade in/out solution to a div, which im happy with, for the most part. However I only want to apply it to the background, not the text. I need the text to be fully opaque at all ...
0
votes
0answers
14 views

need to make this alert fadeing

this is a follow up to question i recently asked im using this code for form validating $(document).ready(function(){ // Place ID's of all required fields here. required = ["name", "email", ...
0
votes
1answer
78 views

How do I make this image fade on hover?

I'm trying to make it so when you hover over this <img> in the <div>, the other <div> becomes visible, it works, but, I'm trying to get it to smoothly change to the other ...
0
votes
0answers
45 views

Fade in and out using fadeToggle

I'm using fadeToggle to fade a couple of images in and out on a loop. Is there a way to start the fading in of image 2 after image 1 is done fading out and so on? This is the code I'm working with; ...
0
votes
1answer
53 views

Starting jquery fadeToggle hidden

I want to use fadeToggle to fade in and out some images automatically. It's working, but all the images start 'faded in', and I would like them to start invisible, so that they appear one by one. ...
-2
votes
1answer
106 views

Jcarousel Fade and scroll [closed]

I'm using jcarousel. I need to Fadeout elements (on next/prev button click) and after to scroll carousel with fadeIn new elements.

1 2 3 4 5 16