The fading tag has no wiki summary.
0
votes
1answer
13 views
iphone image change with motion
hi is there any way to set image [uiimage image named@"abc.png"] with the motion effect means the image should not be changed at once , it need to change with very slow motion effect so that user can ...
0
votes
1answer
40 views
Random text to fade
How do I get random text to fade, from text1 to text2?
My code is as follows:
-(IBAction)generateNumbers; {
int randomNumber = arc4random() % 1;
switch (randomNumber) {
case 0:
...
0
votes
0answers
45 views
Timed CSS keyframe animation
thanks to this tutorial: 'Demo 3 - One image to another with a timer (CSS animations)' by R. Bradshaw I have started creating a keyframe animation of three quotes fading in and out in a cycle.
The ...
6
votes
1answer
216 views
Fading control in C#
I'm tring to build a Control derived class which supports an Opcacity property.
This control could host both text and image and will beable to fade them out and in.
Here is my code:
internal class ...
0
votes
3answers
44 views
How to stop javascript fading out element already selected
Hi There i have the following code that allows users to swap between 3 tabs, it shows and hides divs by fading them in and out, I would like it so that if the current tab is selected on the nav bar it ...
0
votes
0answers
46 views
Google Geochart -> Fading border
I succesfully figured out how to use the geochart API but struggling at a small detail I would like to use.
Here is the link to my page
I want to realize a fading border more precise I would like ...
0
votes
1answer
52 views
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 ...
2
votes
3answers
407 views
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 ...
0
votes
0answers
49 views
Fading/Flashing Random text with Rails?
Basically a replica of this article only for rails:
"Flashing" random text with javascript
How do I do this?
I haven't tried anything because there are literally none which ask this using ...
0
votes
0answers
44 views
Animation Sometimes Shows Error dt >= 0
From time to time I get the following error while running in Unity editor player:
Error dt >= 0
(Filename: /Applications/buildAgent/work/14194e8ce88cdf47/Runtime/Animation/Animation.cpp Line: ...
0
votes
1answer
342 views
Fade in when scrolling
My site is www.jeremyspence.net78.net. As you scroll down I want to make the main menu dissapear(the one menu you see now) and another smaller menu (kinda like the apple menu from apple.com) appear on ...
1
vote
0answers
188 views
ring shape with fading edge
how can i get a ring shape with fading edges in a drawable.
i've tried this but it's not working
<item>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
...
1
vote
0answers
120 views
Orbit Slider with Wordpress - Add background-color fadein/out per slide
I have been searching forums and google for 3 hours... no luck.
I am using the Orbit Slider Wordpress plug-in, all works fine, however.
I would like to add in a function to the jQuery file that ...
1
vote
4answers
93 views
switching and then fading an image simultaneously
When a user clicks on a small thumbnail image I then want a larger div element on the same page to then display that image. So far that works with the following code:
$(document).ready(function () {
...
0
votes
1answer
261 views
CSS Crossfade image
I have this code that works great. When I pass the mouse over the image it crossfades to another image.
What I want is: when I pass over the mouse the image crossfade and rest like this, I mean, make ...
-2
votes
2answers
224 views
Trying to get a fallback for CSS3 transitions using jQuery [duplicate]
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 ...
0
votes
1answer
491 views
css faded border
I'm trying to create a box with faded borders. I've managed to find so examples but I can't create what I hoping to accomplish.
border:3px;
-webkit-border-image:-webkit-gradient(linear, 0 0, 0 ...
0
votes
3answers
281 views
Better algorithm to fade a winform
While searching for code to fade a winform, I came across this page on the MSDN forum.
for (double i = 0; i < 1; i+=0.01)
{
this.Opacity = i;
Application.DoEvents();
...
3
votes
2answers
147 views
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 ...
0
votes
0answers
109 views
Fading background color conflicting with Jquery tooltip
I want my background color to fade on click and it works perfectly until i implement jQuery Tooltip. Then the scripts seem to conflict and the background color fade stops working. Also, for what it's ...
0
votes
1answer
435 views
Adding fadeout fadein on background image of jQuery slider
I create one jQuery slider. I just want to show/hide left and right arrow on first and last thumbnail apperance, also want to animate the background image fadein/fadeout method. Here is the demo link ...
0
votes
1answer
177 views
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 ...
0
votes
2answers
135 views
Drag and drop crossfading using Javascript
I'm looking to drag and drop a png image over another png image in the fashion of a cross fade using Javascript. I researched a little and could only come across similar situations but the ones I ...
0
votes
2answers
133 views
Fading a UIView with a subviewed button
I'm trying to create a button that fades out and then in when I open the page.
Here is the current code that i'm using, it doesn't work to fade the buttons in/ out:
- (UIView *)carousel:(iCarousel ...
0
votes
2answers
154 views
Change fading image by clicking on link jQuery
I created an image fading slideshow reading this article.
The code looks like this:
$(document).ready(function() {
$('#iPhoneExample img:gt(0)').hide();
setInterval(function() {
...
3
votes
1answer
104 views
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? ...
0
votes
2answers
242 views
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 ...
0
votes
1answer
1k views
CSS dropdown menu fading transition and display
I'm hoping to get some help here.
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 mainly gather ...
0
votes
0answers
119 views
Android: nullPointerException when crossfading two activites
I'm having a problem when fading between two activities. I'm using following function with my own fade style
getWindow().getAttributes().windowAnimations = R.style.Fade;
to create a fading ...
0
votes
2answers
2k views
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 ...
0
votes
1answer
812 views
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 ...
1
vote
0answers
361 views
fading effect in iframe using jquery
I am creating a menu where clicked links load inside an iframe with fading effect however, the old content just disappear and new content just blink while loading. anyone know how to solve the ...
2
votes
2answers
383 views
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:
...
0
votes
1answer
186 views
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 ...
0
votes
2answers
333 views
Fading Image Background with Stretched BG in IE8 (Javascript and CSS)
I need to create a fading background image that stretches to fill the browser. The following code works perfectly in every single browser except in IE8 and below. The IE8 issue is that I can get it ...
0
votes
1answer
303 views
JQuery in Firefox: Images are fading from black, not from the other images
I got a kind of weird problem: I want to fade images. The Code works, but the fading effect looks f###ed up, at least in the newest Firefox. But on other sites (on the web), it apparently works well ...
0
votes
1answer
544 views
Fading-edge not working on Xyboard (Xoom 2)
I am trying to get the "fadingEdge" effect working on a list on a Xyboard 10.1 (Xoom 2) running Honeycomb 3.2.2. As a way to demonstrate the problem, I am using the basic android list-view tutorial, ...
0
votes
3answers
3k views
jQuery Fadin in Fade Out for Multiple DIVs
I have an image slider that I need to fade out in order to display one of many new content blocks on hover. Unfortunately, I am having trouble getting on fade out to complete before the new content ...
0
votes
1answer
139 views
jquery detach and load need to fade In and Out
I'm trying to make this function work nicer but I'm having problem to find a solution.
I want to make the pages fading in and out to each other.
any suggestion?
...
0
votes
1answer
66 views
Fading doesn't work, JavaScript
It's very simple task, but somewhere is a mistake.. I can't find out it.
function get(obj) { return document.getElementById(obj); }
var SomeObj = {
t1:null,t2:null,
hide: function() {
...
0
votes
0answers
102 views
Can't seem to fix PNG fading blackout in Internet Explorer using jquery script
After spending the day trying to fix this common issue I came across the following script and was hoping that it may be the fading solution I've been searching for.
<script type='text/javascript' ...
1
vote
1answer
884 views
Make a groupbox appear and disappear with fade in fade out animation
in the following example, I don't understand how I could make my "Live Updates" groupbox appear/disappear when the upper checkbox is checked/unchecked. I am looking for a fast fade in/fade out effect ...
1
vote
1answer
980 views
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 ...
12
votes
2answers
2k views
How to set images for ScrollView instead-of fading edges?
I am using Horizontal Scroll View, dynamically i will add items in to that. if no. of items are more than displaying items on the screen i want to show image(arrow) at the edges ( like scroll view ...
1
vote
1answer
564 views
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 ...
0
votes
2answers
235 views
Jquery fadeIn fadeOut list of divs with active divs
What I'm trying to achieve is a list of links with some separate divs.
at the moment the fading is working but is "jumping on click" and the active in both <ul id="links"> and #description ...
0
votes
3answers
270 views
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/
...
0
votes
1answer
200 views
Animation of UIButtons in ScrollView
I render "n" UIButtons into a ScrollView. I've subclassed the UIButton to handle long taps.
The UIButtons are of type "custom" and display only a 150px x 150 PC image from Documents Directory.
If ...
0
votes
1answer
1k views
Android disable fading edge
I would like to completely disable the fading edge at the top of my activity/application. My view consists of only a WebView that is created programmatically:
public void onCreate(Bundle ...
0
votes
1answer
202 views
Redirect into New Page after Background Fades Android
I wanted my app to had a fading picture first before going into another page using threads. Below is the code i used and it worked well for me. However, it stops in the white page at the end of the ...


