Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Contacts Demo 'Fading' patch

On Mon, Jun 8, 2009 at 2:10 PM, Eric Moffatt<emoffatt@xxxxxxxxxx> wrote:
> Here's a patch that I cribbed from the 'FaderAnimationFeedback' in 3.5 that
> adds a slick 'cross fade' effect to the CSS style switching. Try it out.
> ..;-).

Note that if you use a Linux/gtk+ build and your window manager
doesn't support compositing (I use Fluxbox), you will be stuck in an
infinite loop because getAlpha() will always return 255. :)
http://library.gnome.org/devel/gtk/stable/GtkWidget.html#gtk-widget-is-composited

Remy


Back to the top