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
0
votes
2 answers

Fading out everything but (this) - while honoring a click()

I'm trying to achieve a fading navigation system, where everything in the nav but the element being hovered will fade out to say, 0.3 opacity. At the same time, I want clicks to have a greater "value", so as to not fade out a clicked element (or in…
user1364910
0
votes
2 answers

JQuery tabs dynamic content with on click fadeout+fadein and slide without UI

I am absolutely beginner in JQuery (but I've some knowledge about JS and programming on other languages) I have 2 aims: very simple tabs (or anything for controls), on click with old (active) tab content fading out and then clicked tab content…
user1163487
0
votes
1 answer

Fading photos in slideshow using CSS

I have a website, and a slideshow of pictures on the main page. Before a photo is removed, I write the next photo behind it and then remove it. I wanted to know how I can add a fading effect before the photo is removed. my website is: guyzyl.org, so…
guyzyl
  • 387
  • 5
  • 18
0
votes
1 answer

LinearLayout fading effect contents

So, in my current project I have a LinearLayout with orientation set to vertical. During runtime, views will be added to the Layout programatically. I would like the contents of the layout to fade out (trail off) at the bottom instead of just being…
Brandon
  • 4,486
  • 8
  • 33
  • 39
-1
votes
3 answers

JavaScript and CSS text fade and SEO

I'm currently designing my first website and I want to use a carousel style fading image sequence. I also want to include text over this that fades in and out such as this: http://jsfiddle.net/azzWZ/ My question is, would the fact that this is all…
-1
votes
1 answer

ipnoe development ..need to fade text over a back ground image

i wish to have a lable with text that appears and the slowly fades over a background image. and have a lable on the image with text but i wish it to stay for i second and then gradualy fade im using xcode and utalising interface builder. thanks
-1
votes
2 answers

How to achieve the content load on scroll

Am wondering on how i can achieve this "fading" effect when the content (on-scroll) loads. I have seen this on multiple websites yet couldn't find a specific tutorial on this specific topic. Demo: http://demo.lollum.com/suburbs/
George
  • 45
  • 2
  • 8
-1
votes
1 answer

CSS dropdown menu fading transition and display

I've been doing my homework and it appears you can't use the CSS transition effect where you're using display:none; and display:inline; and so on. I'm wanting to add a fade in and out on hover to my CSS dropdown menu to make it look cleaner. This…
MattBoothDev
  • 1,294
  • 2
  • 15
  • 25
-2
votes
2 answers

Can someone please explain why this jQuery isn't working?

So, I've got this:
  • Hello
  • I am mahdi khaksar from iran
  • I am designer and programmer at progpars.com
  • www.ijquery.ir
-2
votes
2 answers

Trying to get a fallback for CSS3 transitions using jQuery

Possible Duplicate: Special color transition effect with pure jQuery animation // no ui or other libary I think this code should be it, but it's not working. I can tell it's changing the colors, but it's not fading (like CSS3 transitions). Please…
ModernDesigner
  • 7,539
  • 10
  • 34
  • 41
-5
votes
1 answer

How do I create a fading effect on an image, from top to bottom, and how do I over-lap that with text?

I want an Image to have a fading effect from top to bottom, so that no matter what color the image is the text that I want to put on the image is visible. P.S. I'm not talking about a background image, I'm talking about a regular image. I only say…
divPath
  • 17
  • 10
1 2 3
11
12