Questions tagged [fading]

Fading is the moment at which an item is slowly gaining or losing visibility (appearing or disappearing) in response to events or actions (most of the times triggered by the user).

176 questions
2
votes
1 answer

Fading banner like text with jQuery

I have a title text, which I want to fade into a box. Afterwards, a subtitle should fade in beneath it. Once both are visible, they should fade out, and the next set should fade in, in the same fashion. This I have created, however, I have my doubts…
Mads Ohm Larsen
  • 3,315
  • 3
  • 20
  • 22
2
votes
1 answer

How to add fading edge only at the bottom of Scrollview/Recyclerview?

I am using requiresFadingEdge=true for adding fading effect at the bottom but the problem is it also shows fading effect at the top? How do I disable the fading effect at the top while scrolling down? I have attached an scapshot of the screen at the…
user9683713
  • 185
  • 2
  • 13
2
votes
1 answer

Android fading edge disappears

I've got a pretty weird issue and can't find a solution. These two pictures show my problem: In the first picture you can see, that there is no fading edge. If I move the bottom gallery a little bit further, the upper small gallery switches its…
vRallev
  • 4,982
  • 3
  • 31
  • 34
2
votes
1 answer

Weird fade transition that is not wanted with fullpage.js and midnight.js

I have a wordpress site I'm creating using fullpage.js and using the midnight.js with jquery. When I scroll down the logo changes color but it is delayed. for the life of me I cannot figure out where the delay is coming from. Here is the testing…
2
votes
2 answers

Css overflow hidden div fading

This is something that i want to achieve. thing similar to this *but this is fading by using color.

Long wordingggggggggggggggggggggggggggggggggggg

.something {…
webretard
  • 27
  • 2
  • 8
2
votes
1 answer

jQuery fade out before fade in

I am making my portfolio, totally javascript based. http://portfolio.theadamgaskins.com/Portfolio/ My problem, is when you click one of the navigation buttons, the new page fades in at the same time that the other page fades out. The current page…
Entity
  • 7,972
  • 21
  • 79
  • 122
2
votes
2 answers

Advanced fading of one picture to another

So basically im making a custom button. Desired Behaviour: When a user mouses over, then the mouseover picture will fade in. When a user mouses off the mouseover/pressed picture will fade out. Exceptions: If a user mouses in, or off, while a fade…
caesay
  • 16,932
  • 15
  • 95
  • 160
2
votes
4 answers

Unity: how to fade away scene for few seconds

I'm programming a simple game, in which the player has to collect some objects. What I would like to do is that after he collects an object, the scene fades away for few seconds and then the player position is changed. I know how to change the…
GuendaS
  • 23
  • 4
2
votes
1 answer

Java Fade In and Out two JPanels at the same time

I have a list of JPanels that I want to display as a "slideshow" where one JPanel fades out and the next JPanel in the list fades in. This is the code I am fiddling with: public float opacity = 0f; private Timer fadeTimer; private boolean…
AndyH
  • 447
  • 3
  • 13
2
votes
3 answers

C# opposite color

Possible Duplicate: How do I invert a colour? Is it possible to find the opposing color for a given rgb combo? For example I have the following in a basic app. myColor red = new myColor(0, true), green = new myColor(0, true), blue = new…
Nyight
  • 231
  • 1
  • 7
  • 15
2
votes
1 answer

Trying to figure out an equation for fading a color for an amount of specific time

I'm currently creating a logo sequence in c++ with SFML and would like to input a desired time and then fade for that amount of time say for example, if the input is 3 then fade out the color until the 3 seconds is up. The max amount of the color…
John
  • 107
  • 2
  • 11
2
votes
3 answers

Fade in and Out on Slider Image

I am trying to have the slider images fade into one another as opposed to fading to the background, and then loading the next image. The slider can be seen at http://bit.ly/Vbfq2W This is what I have $("#featured > ul").tabs({fx:{opacity:…
Eratosthenes
  • 73
  • 1
  • 8
2
votes
1 answer

Blending images in java

Well I've got my game engine running smoothly, and perfectly on all machines! Before I continue adding functionality to the engine, I want to enhance the engine's graphical capabilities. The one I'm focused on is fading and blending images. I'm…
Luft
  • 185
  • 4
  • 17
1
vote
1 answer

Fading effect on mouseover / hover event for silverlight?

I have a set of buttons in a grid on a Map/MapControl. I've been trying to figure out how to make it so that the buttons and the grid are usually invisible, but appear as soon as the user hovers their pointer over them. Suggestions?
reepicheep
  • 13
  • 3
1
vote
1 answer

Modal dialog box with fading background?

In my WPF application, when there is no user activity for 2 minutes, the application logs off. I need to show the login box in the silverlight style (Background fades off). How can this be accomplished in WPF?
sony
  • 1,453
  • 3
  • 35
  • 79
1 2
3
11 12