Fade refers to the UI technique of having page elements gradually gain or lose visibility, usually in response to a user action.
Questions tagged [fade]
1685 questions
5
votes
1 answer
Vue 3 – fade transition broken
I read about the transition changes from Vue 2 however and read the Vue 3 docs but I still can't figure out how to make the transition work. I'm very new to Vue.
The old page should fade out and the new page should fade in, I can't get it to work…

Anna
- 111
- 1
- 7
5
votes
2 answers
jQuery fade flickers
I have jQuery fade going here: http://dougie.thewestharbour.com/
When you hover over the .main-overlay div I would like it to fade out then when you take your mouse off of it, I would like it to fade back in.
However, you can see it's just…

Wade D Ouellet
- 681
- 3
- 21
- 36
5
votes
3 answers
Jquery crossfade without a plugin
a lot of stuff here pointing to plugins to do crossfades and stuff, but none really fit my needs.
i have 2 things on my page:
A large image, a div containing 3 or four small thumbnails
when a thumbnail is clicked it reads in the src and changes the…

Dizzy Bryan High
- 2,015
- 9
- 38
- 61
5
votes
4 answers
Is there a jQuery plugin for fading textbox hints?
I was wondering whether there is a jQuery plugin available which can show hints in a textbox when it is empty.
What I found was: http://remysharp.com/2007/01/25/jquery-tutorial-text-box-hints/. However, this just acts as the placeholder HTML5…

pimvdb
- 151,816
- 78
- 307
- 352
5
votes
2 answers
jquery fade out display:none
Why doesn't my jQuery fade out work. If I replace Out with In and None with Inline it will fade in fine but it won't fade out. Any ideas?
$(this).find(".hover").fadeOut("slow").css({display:"none"});

pjiorwierjog
- 67
- 1
- 1
- 8
5
votes
2 answers
Make modal fade in/out using ng-bootstrap modal Angular 2+
I am using Angular 4 with ng-bootstrap as shown here
I am trying to get the modal to slide and fade in/out, but there are no examples provided to do that. I have tried both solutions on this thread, such as opening my modal like so with a custom…

Jonny Holmes
- 161
- 1
- 14
5
votes
1 answer
how to start an animation on the end of another animation?
I am trying to have a dot fade from white to red and then from white to red.
This is what I have thus far:

Phil
- 10,948
- 17
- 69
- 101
5
votes
1 answer
jQuery: Color fade
Is it possible to have 2 colors (red, green) and give the percentage of fading.
Example:
black (#000000) => white (#ffffff) --- Percent: 50% => grey (#808080)
Is this maybe possible with jQuery xcolor, if yes, how?
(the xcolor.analogous example…

Poru
- 8,254
- 22
- 65
- 89
5
votes
1 answer
Add alpha to shader in Unity3D
I don't have any idea about shader programming but right now I need to add alpha to the shader that I want to use. Actually I want to fade in and fade out my sprite but it's not in the shader that I use.
Shader :
Shader "Sprites/ClipArea2Sides"
{
…

ATHellboy
- 704
- 3
- 15
- 30
5
votes
1 answer
Fade out/fade in TextView based on scroll
I have a horizontal RecyclerView in a LinearLayout with a TextView above it, like this:

kb_14
- 267
- 1
- 6
- 18
5
votes
1 answer
Fade HTML element with raw javascript
It's my second question of the day related to the same problem, so I apologize for that.
I was able to put together a function to "fade out" an element, and it works just fine, my problem is that when I try to reverse it, so the element "fades in"…

jnkrois
- 658
- 1
- 12
- 30
5
votes
3 answers
how to fade two images with ffmpeg
I have two images and I want to create a simple fading transition between them.
I also want the final output to be a sequence of images rather than a video?
So if the fading transition was 10 frames long I'd want the output to be a sequence of 10…

steve
- 3,878
- 7
- 34
- 49
5
votes
3 answers
Fading in page on load
I am trying to use j-query to fade in my pages body upon load, however for some reason the body's background image is not being affected by the j-query. Please see the code I have below:
J-Query Code in head section: