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).
Questions tagged [fading]
176 questions
4
votes
3 answers
Is it possible to change the colour of the FadingEdge of a Listview?
I want to give the effect that the ListView has faded from whatever is around it. By default it is set to whatever colour your ListView is. I can adjust the orientation of the FadingEdge and the size of the FadingEdge but not the colour. Is it…

NotACleverMan
- 12,107
- 12
- 47
- 67
4
votes
1 answer
x86 assembly fading bmp with linear interpolation
The task is : Fade the top of a 24 bpp .BMP image to white so that every pixel's color is linearly interpolated
between its original color and white based on its distance form the top edge. Pixels of distances >=
dist are not faded.
I created all…

user2999425
- 125
- 1
- 11
3
votes
3 answers
using jquery fadein to display a selection of links on page load
I want to use jQuery to fade in links inside a nav div on page load. Currently they're styled using an a and have individual id's.
#navtop a {etc.}
Will I have to change that into a class, add another one that hides the links and reapply the the…

Infra Stank
- 816
- 2
- 7
- 17
3
votes
0 answers
How to Fade in and out Horizontally from Left to Right in Flutter?
I want to Animate Text in such a way that it fades in and out Horizontally from Left to Right.
But as I'm absolute beginner in Flutter I am not able to do this in Flutter.
I did search as how to achieve this in Flutter but I didn't find the…

Waqar
- 45
- 1
- 7
3
votes
1 answer
How to achieve smooth sound fading effects?
What is the best possible way to smoothly fade in/out a sound with SFML 1.6?
It has SetVolume() and SetAttenuation(). These two directly set these values. But I need a smooth transition from one sound to another.

blubberbernd
- 3,641
- 8
- 35
- 46
3
votes
3 answers
CSS animation, fade in fade out opacity on automated slideshow
I want to make a slideshow where the pictures transition through fade in fade out opacity. it just glooms on the screen and switches to the next picture.
I got it to work but added the other brower webkits and it stopped working. Can't seem to find…

Gilles Coene
- 43
- 1
- 1
- 5
3
votes
2 answers
fading edges working only on top and left
I made a custom ImageView that supports basic scrolling through calls to View.scrollBy() in a GestureDetector. I wanted to add some feedback on the reaching of scrolling bounds so I enabled fading…

bigstones
- 15,087
- 7
- 65
- 82
3
votes
2 answers
ffmpeg: Audio/Video Fade in/out
I have this working Script with Audio fading. How can i input also a Fading for the video in and out. It always gives me an error :
"Option filter:v (set stream filtergraph) cannot be applied to input url ./mp3/conv/1.m4a -- you are trying to apply…

dazzafact
- 2,570
- 3
- 30
- 49
3
votes
1 answer
In a ListView, is it possible to only fade in elements from one edge?
I'm utilizing a simple listview and want to fade one edge, not two or four as I'm currently experiencing using:

Nikhil
- 91
- 1
- 8
3
votes
1 answer
Android setHorizontalFadingEdgeEnabled not working with Samsung
I have several samsung devices (GT-I9192/4.2.2, GT-I9295/4.2.2 etc) for testing purposes and all of it wont show fading edges for HorisontalScrollView. All other smatrphones like HTC, Motorola, Meizu and so on (mostly aos 4.x and several are 2.3.5)…

Stan
- 6,511
- 8
- 55
- 87
3
votes
2 answers
Javascript Fade producing unexpected results
I have a HTML page with three sets of images on. I want each image from each set to stay visible for 5 seconds, then fade out together and, when all three are invisible, fade back in together. Then the process begins again. I am trying to do this…

Nick
- 100
- 1
- 1
- 9
3
votes
1 answer
Java Swing: is there a standard fading rate?
At the moment, I'm fading components in/out at a rate of 0.1 alpha/second. I've read some examples online that use 0.03 alpha/second. Is there a standard rate at which components should fade in/out? Is there a standard transition animation rate?

mre
- 43,520
- 33
- 120
- 170
3
votes
2 answers
fadeOut current content and fadeIn new content jquery
I am trying to create a side menu such that when user click on a link the current content in the div(middle of the page) should fadeout and new page content should fadeIn and I created this method: