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
1 answer

Android new item in expandable listview fading color

I have an expandable listview. The Items already use selectors. Now when I add a new item, I want that it is colored green and then slowly fades to the color it has in its enabled state (light grey). So people recognize easily which item was just…
0
votes
1 answer

FadingActionBar library error to getActionBar

public class FadingActionBarHelper extends FadingActionBarHelperBase { private ActionBar mActionBar; Activity a; @SuppressLint("NewApi") @Override public void initActionBar(Activity activity) { mActionBar = activity.getActionBar(); …
0
votes
1 answer

How to draw a fading, dissolving color at Java?

I would like to create a fading color effect, something like a cloud. A transition between two Color. I found a link. But, at this topic, the writer define an bitmap pixel by pixel. Is there an other way to do this, like a fadingDrawable class? Or…
Lewwwer
  • 151
  • 5
0
votes
0 answers

Simultaneously squares on pages fading in and out with javascript

Objective: Display many squares or any object (words, images, etc.) simultaneously fading in and out. The example below shows only one square at a time flashing in and out. http://jsfiddle.net/redler/QcUPk/8/ (function makeDiv(){ var divsize =…
Stephen Tafler
  • 107
  • 1
  • 3
  • 11
0
votes
2 answers

Can Scrolling control an Animation?

I have a UILabel that displays the current date for the current view of my scroll view. When I scroll this view to the left (to the left pages), I'd like this label to change to the day before, with a crossing effect between the 2 dates. I take as…
Baldoph
  • 229
  • 1
  • 9
0
votes
1 answer

android: ImageView fadingEdge not work

I have an ImageView in my app and the fading Effect of the image view not work here is my imageView
Amir
  • 652
  • 9
  • 19
0
votes
2 answers

Explorer and FADING IMAGES IN OVERLAYING DIV'S problem

Why isn't the overlaying image (in nested div) fading along with the parent div? Problem only in EXPLORER.. See the 'recent' labels on the portfolio items: My website Switch category's in the navigation to see that the 'recent' labels don't fade in…
0
votes
1 answer

fading image at random

I wonder if anyone can help or point me in the right direction. I have a grid of images. What I'm hoping to do is grab all the images on the page and put them in an array(done). Then every 3 seconds I want to to randomly choose an image, fade it out…
0
votes
2 answers

jQuery fadeTo effect is having problem in IE

I am trying to make the opacity of body to 0 for some time and then make it to 1. But the problem is in IE after getting the opacity to 1, page is looking some how different.
Devi
  • 55
  • 1
  • 4
0
votes
1 answer

Abnormal rectangle block appears in marquee text with fading edge in android

Why abnormal square block appears on the edge of textview ? when it has Marquee enabled with fading edge. The text view is set transparent. TextView defination
dkp
  • 11
  • 3
0
votes
1 answer

jQuery id selectors stuck while fading between

I'm a jQuery/javascript newbie and I'm having an issue with jQuery which got me stuck for the past few days. It's a script that switches from 3 different divs. It does switch from the first one to the second, but it freezes the script if the random…
Nelson S
  • 13
  • 4
0
votes
2 answers

Simple javascript fading effect not working in IE7/8, fine in other browsers

See http://jonesonter.notomato.com.au/. I have a simple fading effect written when you hover on some list elements positioned over a stack of images which are all absolutely positioned on top of each other. $("#homeNav li").hover(function(){ …
Chris
  • 398
  • 1
  • 5
  • 10
0
votes
1 answer

jQuery fading cells when got specific input

I got a input and table with some cells. I'm newbie with jQuery and uncle google couldn't resolve my problem, so here you go:
mayilook
  • 7
  • 1
  • 4
0
votes
3 answers

Toggling between two different Opacities

I have all 26 letters in the alphabet and I want to make it so that when you click on it will fade to a lower opacity but if you click on it again it will come back to 1.0 opacity. I have not a single clue on how I would go about specifically…
Thomas Nocera
  • 65
  • 1
  • 6
0
votes
1 answer

rotating text with fade-in

I currently have this code for displaying random customer testimonials. I would like to replace the random function with a code that will display the quotes by their order and then repeat them.
Some cells