Displaying 20 results from an estimated 2000 matches similar to: "[PATCH] Fade vs. Animation conflict resolution"
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
2007 Mar 24
1
Newest animation plugin
Hi,
Here is the newest version of animation plugin with the updated
schema. It needs the three patches I sent right before this email to
function properly.
Regards,
Erkin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: animation.tar.gz
Type: application/x-gzip
Size: 64787 bytes
Desc: not available
Url :
2007 Mar 24
2
[PATCH] Notification on window restacking
Hi,
This patch adds notification on window restacking. Plugins may need to
do something when that happens. For example, it is used in the new
version of animation plugin to perform a fade effect when a window
moves above or below other windows (in the plugin's settings this
effect is selected as a focus effect, but it's actually a restack
effect).
Regards,
Erkin
-------------- next part
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 Mar 24
1
[PATCH] Swither activate event
Hi,
To fix the conflict between animation's "focus fade" and switcher, I
had to add an activate event to switcher, since in animation.c I need
to have an indication of the period from the moment alt-tab is pressed
to the moment the windows settle down back on the desktop.
otherScreenGrabExist doesn't work for this since it doesn't cover the
period between the moment the user
2006 Oct 03
6
Tried out Beryl (Animation pugin)
Hi
I just tried out the new 0.1.0 release of beryl. Generally I do like the
compiz fdo version, because I like the gconf integration and the
metacity theme support in gwd. Also I think their configuration system
is a complete mess, this beryl settings manager is completly bloated in
my opinion.
Anyway, I noticed they have quite a lot of plugins. While I found most
of them nothing special, the
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
2002 Oct 01
2
RE: Hlp in finding a native Ogg trim, fade & nomalise tool
Hi John
A trimer/vcut type application is possible but unfortunately not a
fade/normaliser. Not without decoding/encoding. I asked about this a
couple of years ago. Unlike MP3, the Ogg Vorbis format doesn't store a
global gain setting per frame.
I have often downloaded MP3 files from mp3.com and other sources for
broadcasting, and with the type of music I need, it is often not
normalised
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
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
2011 May 03
2
Fading voice problem
Guys,
I'm having problems in the fading voice calls, receptive and active, that in SIP
accounts. While few people
using the system, calls are perfect, but it beats the normal use of
connections (average 30 concurrent), the voice begins to fade from people.
Soon I figured some network problem, I
did a tcpdump and analyzed by wireshark ...the strange thing is this ...
all packets that
2007 Apr 29
5
Wobbly jerkyness
About a month ago, David made a commit to wobbly to the spring engine which
has introduced some bugs. They are hard to explain so bear with me.
In a sense, the wobbly plugin does not seem as smooth as it used to be and
the windows jerk all over the place. For example, I sometimes notice that
when I move a large window (around 2/3 of the size of the desktop window),
If I moved it down, the top of
2010 Mar 24
3
flash error & fade away
this is my current code:
#notice {
border: solid 1px #99cc99;
background-color: #e2f9e3;
color: #006600;
padding: 5px;
margin-bottom: 5px;
}
#notice.error {
border-color: #e2f9e3;
background-color: #eeaaaa;
color: #cc0000;
}
<% flash.each do |key, msg| %>
<%= content_tag :div, flash[:error] || flash[:notice], :id => ''notice'',
:class =>
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 =
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 => {
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
2007 Apr 29
2
gtk-window-decorator Wnck warnings
Hi,
I'm getting a lot of warnings like this one:
(gtk-window-decorator:8442): Wnck-WARNING **: Unhandled action type (nil)
Does anyone else see these warnings or know what causes these?
Also, it seems that this "lost textures" bug
https://bugs.freedesktop.org/show_bug.cgi?id=10789
usually happens only when these warnings are spitted out, so the bug
is probably related to these
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 :
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