Displaying 20 results from an estimated 565 matches for "fade".
Did you mean:
face
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...
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("bl...
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 phone running on Windows XP. Asterisk
version is 1.2.4. Codec is G.711-ulaw. The user is connecting from
long distance away (from client pho...
2005 Oct 20
4
cross-fade effect on elements updated by ajax.updater?
Hello.
I was wondering if anybody could point me in the right direction of
creating a cross-fade effect for Ajax.Updater. If you have an element
that gets replaced by a new one with Ajax.Updater, how can we blend
one into the other?
Many thanks.
Tench
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...
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 => &...
2008 Jun 04
9
How to achieve the 'multi' fade effect that is used by Apple computer?
..., 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 iPhoto ''08'', ''Organize by Events'' etc.
Is it possible to get this effect working with scriptaculous?
So far, I''ve managed get things going part of the way with this ocde:
"<a h...
2005 Mar 29
7
Fade Anything Technique (FAT)
Has anyone used the built in FAT (Fade Anything Technique) that exists in 0.11.1
of Rails? I could not find anything in the documentation so I was wondering if
anyone has any code snippets on how they used it?
Thanks for your help.
John
2006 Jun 24
6
Ajax fade effect
I have a list of categories, when I delete one of them, I want that item
to fade and then get removed. So I do the following:
1. home_controller:
def delete
@category = Category.find_by_name(params[:name])
@element_id = @category.name
Category.delete_all(["name = ?", @category.name])
end
2. delete.rjs:
if @element_id
page.visual_effect :fa...
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 anyone provide a formula which provides a fade that the ear would perceive as even and steady? Or even...
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 Element.Fade(''full-merch'');
Element.hide(''full-merch'');
new Effect.Appear(''fu...
2007 Jan 28
3
A patch for minimize plugin.
I've added a new option in minimize plugin, called "Disable Fading".
To prevent tearing, damageScreen is used minDonePaintScreen (only if the
option is used).
The patch is attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: minimize-fading.patch
Type: text/x-patch
Size: 1855 bytes
Desc: not available
Url :
2006 Mar 02
4
Instance variables in Javascript param
How can I make this work ?
<a href="#" onclick="new Effect.Fade(@div_id)"></a>
@div_id is an instance variable ?
TIA
--
Posted via http://www.ruby-forum.com/.
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 displays a 50% gray background for the DIV. As soon
as the fade completes, the DIV...
2006 Mar 06
4
setting up yp server
hi,
Is there anyway I can get the sources for the YP server as implemented by
icecast.org? Ir is there somewhere else I can source them?
kind regards,
adam
--
Adam Hyde
~/.nl
selected projects
http://www.xs4all.nl/~adam
the streaming suitcase
http://www.streamingsuitcase.com
r a d i o q u a l i a
http://www.radioqualia.net
Free as in 'media'
email : adam@xs4all.nl
mobile : +
2010 Oct 14
1
new user, video fade in issue
...looking for helpful suggestions.
I'm using a very recent build of ffmpeg 0.6 to encode some image frames (+
audio) into theora/vorbis (ogv) streams for HTML5 playback. Not everything
supports webm yet and ogv will be a requirement for some time to come.
My source material starts black, fades up from black over a few seconds and
then proceeds. It's stylized animation, not photo-real photography so
backgrounds are fairly flat, contrast is high - basically not the greatest
situation to be in for DCT. I'm encoding from image frames, but I've also
tried transcoding from other...
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...
2004 Aug 06
5
MP3 decoding, fading and streaming at the same time
...Prolog
under DOS to automate our Shortwave radio station. Back in 1990 the
original program used ADPCM coded audio files and a special board. Now I
can use MP3 files and a Soundblaster compatible card ;-) under Linux, and
it runs from a console without any fancy interface. I absolutely need to
fade-in and fade-out audio, and now I use the mixer capability of the
SoundBlaster, so a simple MP3 file scheduler is not enough for me.
I am now trying to feed the output of this program (actually the output of
the Sound card) to an icecast server. The easiest way would be to have
another sound car...
2005 Jul 12
2
highlighte
hi,
i''ve just started using script.aculo.us visual effects, lots of fun.
i was wondering what the best and most efficient way would be of
achieving something along the lines of fade anything technique (FAT,
http://www.axentric.com/aside/fat/) whereby an element''s background
fades away from one color to the element''s native background-color.
(for example, you get a paragraph or a div highlighted on page load,
but then the highlight fades away over a cer...
2006 Mar 02
7
Timing of effects before and after Ajax call
Hello,
I have a problem with the timing of effects. I do have a tag (with id:
post1). When the link is clicked, the block "post1" must BlindUp. Then the
block is updated with the new content and then the effect BlindDown is
executed.
Below is the source code of the link_to_remote I am using.
<%= link_to_remote("Ajax Edit",
:update =>