similar to: Trying to get Effect.Appear, Scale, Fade to work

Displaying 20 results from an estimated 2000 matches similar to: "Trying to get Effect.Appear, Scale, Fade to work"

2006 Oct 29
1
scriptaculous: fade out then in.
I''m pretty new to javascript, and scriptaculous, but I know what I want to do. I want to make it so that when a person clicks a link, the previous content of the div fades out, and the new content fades in. This is what I''ve got for my function: <script type="text/javascript"> //<![CDATA[ function loadmerch(im) { new
2006 Feb 03
2
Scriptaculous: Newbie question - Effect.fade
Hi there, Is it possible to do an effect.fade without removing the hidden document from the flow when in becomes invisible? I have a line of images (initially all invisible) [] [] [] [] [] And a list of links - link 1 - link 2 - link 3 - link 4 - link 5 And what I want to happen is to have the images appear on link mouseover and disappear on mouseout but for the images to maintain their
2008 Jan 21
2
scriptaculous fade problem
Been googling trying to find a workaround, with no luck yet ... I hope y''all can help. My goal is to have a semi-transparent background screen on a DIV which will fade in and out over another DIV with a photo for a background. currently I have background-image: url(screen.png) which is a 32x32 PNG24 filled with white at 35% opacity. The problem is that as the div is fading-in, IE
2007 Jun 07
4
Effect.Fade and innerHTML?
Hi there, I''m now having an odd problem with Effect.Fade not working based on the innerHTML of a div. Take the following for example... <div id="blah"> Nothing here yet. </div> If I then update "blah", hide it and then fade it in, like so: <script type="text/javascript"> document.getElementById("blah").innerHTML =
2008 Jun 04
9
How to achieve the 'multi' fade effect that is used by Apple computer?
Hi all! My first post here, so: be gentle ;-) I have been playing around with the scriptaculous library for a while now, and I must admit it is great. However, there is one thing that I''m notable to achieve: On Apple computers website for ilife (iphoto) http://www.apple.com/ilife/iphoto/ there is a verrrryyy nice fade effect going on when you click the navigation for ''new in
2006 Nov 15
3
Regular audio fade-out fade-in on IAX2 calls Asterisk 1.2.4 Hi all, One of my users has a problem with many of his calls via my Asteriskā„¢ server. He describes the problem as having the sound slowly fade out and then fade back at a regular frequency. Has
Hi all, Originally tried to post this without being subscribed, apologies if the list gets this twice. One of my users has a problem with many of his calls via my Asterisk? server. He describes the problem as having the sound slowly fade out and then fade back at a regular frequency. Has anyone experienced this before? Can you suggest a potential cause? The client is an IAX2 soft
2006 Mar 08
2
fade out and then fade in....how to make it work?
I''m trying to have one image fade out and then another slidedown upon completion of the ajax call. I can''t get the timing correct. How do you do it? Here''s what I''m trying (this does not work) <%= link_to_remote(image_tag(url_for_file_column(product, "image_url"), :update => ''right_content'', :url => {
2007 Mar 30
2
[PATCH] Fade vs. Animation conflict resolution
Hi, Here is a simple patch that adds an option to the Fade plugin to enable/disable fading on minimize/open/close window events. This option is on by default but can be disabled to avoid conflicts with the Animation plugin. Fading on other stuff (fade during nonresponding app. desaturation, during switcher, and visual bell) shouldn't be affected (which is the main point of this patch).
2007 Jul 02
1
[PATCH] plugin conflict resolution between Fade & Animation
Hi, Having the minimize_open_close option in Fade wasn't enough for conflict resolution with Animation, since it was on by default. This makes sense since the Minimize plugin is used by default, which is a lightweight animation provider that some people/distributions might prefer over Animation. And nobody really needs to know that this option resolves the conflict. So here is a better method
2005 Sep 14
1
OFF-TOPIC audio fade curves
This is off topic but I'm sure many subscribed here may be able to help. I'm writing an audio player, which includes vorbis of course, for the broadcasting industry and I need to prematurely fade out songs before they have finished. I've tried a linear and a logarithmic fade but neither sound natural to me. I was never good at logarithms in school and that was a long time ago. Can
2006 Jan 20
0
Fade/appear + PNG Alpha backgrounds + IE = HELP!
I have an element that uses a PNG with alpha as the background, and I want to do an fade/appear effect on it. It seems that on IE the two Microsoft filters that are needed for both the fade and the PNG background are conflicting with each other. If I fade the same element that already is using the "Microsoft.AlphaImageLoader" filter, I loose the alpha channel. Simple solution
2006 Jun 22
1
fade and appear effects
i have a box of content on my site that i would like to fade out, load new content and then fade back in with the new content. i tried something like this: <%= link_to_remote(image_tag(url_for_file_column(''project'', ''image'')), :update => ''project-info'', :before => "new
2014 Oct 05
2
how to have fade in/out?
Hello! I use icecast2 and deefuzzer for my streaming. do you know how can I obtain an automatic fade of a song when it ends with a silence? if the mp3 finish with 3 4 seconds of silence, is it possible to remove it automatically? deefuzzer is not able to do it, can icecast2 make this? some ideas? thank you! -- Simone Dal Maso www.nvapple.it www.nvda.it
2006 Jan 16
0
effect.fade and Microsoft.AlphaImageLoader
I want to do a Fade/Appear on a div that has a PNG background. I am using Microsoft.AlphaImageLoader filder in the CSS for this element, but when the fade is working, it I lose the alpha for the background. Is there a way to do this??? ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com
2006 Jan 18
1
Dragable without the fade
How do I disable the fade or ghosting effect on my dragable?? I want it 100% opacity on drag. Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list
2005 Jul 31
0
Ajax.Updater / Effect.Fade Problems
I am writing a simple note function for my app and adding notes is fine, but when I go to delete a note, it will erase all the notes that are entered from being displayed on the page. I have narrowed the issue down to when I call the Ajax.Updater function. If I just make the note fade using the Effect.Fade method, it goes away fine, as soon as it hits the Ajax.Updaterfunction, all the notes
2014 Oct 05
1
how to have fade in/out?
Use liquidsoap. You can do fadein and fadeouts with it Jonnyboy! Iphones rock! > On 5 Oct 2014, at 13:33, TheDarkener <thedarkener at logicalnetworking.net> wrote: > > Hi Simone, that would be a feature of the source client (deefuzzer). I > am unfamiliar with that client, I'm sure you could search the docs to > find out if it has the ability. > > > Cheers,
2010 Oct 14
1
new user, video fade in issue
I'm new to libtheora and video encoding in general, but I have worked hard to educate myself in the basics. I've working in image processing for many years, so I'm not starting entirely from scratch. I'm having an encoding problem and I'm looking for helpful suggestions. I'm using a very recent build of ffmpeg 0.6 to encode some image frames (+ audio) into
2006 Feb 09
1
cancel fade effect
I was wondering whether it''s possible to pass some arguments to the effect.cancel() - e.g. when canceling fading, I think the opacity should be reset to the default value or 1. Thank you _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2004 Apr 01
1
sipura fade to static
Hello, One of the Sipura 2k's I'm using has a dialtone that occasionally fades to static when the user picks up the line. Are there any settings that I can check that would affect this? Regards, Christopher