On Sun, 21 May 2006 22:33:39 +0200 Sevcsik András <[EMAIL PROTECTED]>
babbled:
> Hi everyone.
>
> How can I add image transitions to my edc?
you need 2 images and fade the one on top in/out. evas doesn't do crossfade -
and thus edje doesn't either.
> Heres my programs{} section:
>
> prog
I guess, that u have to define all wanted alpha states of your image.
And then just step between them as u want.
Maybe I'm wrong. I'm not edje specialist. :(
Hope, my answer will help
On Sun, May 21, 2006 at 10:33:39PM +0200, Sevcsik Andr??s wrote:
// Hi everyone.
//
// How can I add image tr
Hi everyone.
How can I add image transitions to my edc?
Heres my programs{} section:
programs {
program {
name, "statusimg_in";
signal, "mouse,in";
source, "statusimg_bg";
acti