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 transitions to my edc?
//
// Heres my programs{} section:
//
// programs {
// program {
// name, "statusimg_in";
// signal, "mouse,in";
// source, "statusimg_bg";
// action, STATE_SET "mouseover" 0.0; // This
// // changes to mouseover image
// target, "statusimg_bg";
// after, "statusimg_stop";
// }
// program {
// name, "statusimg_out";
// signal, "mouse,out";
// source, "statusimg_bg";
// action, STATE_SET "default" 0.0; // This
// // changes to default image
// target, "statusimg_bg";
// after, "statusimg_stop";
// }
// program {
// name, "statusimg_stop";
// signal, "";
// action, ACTION_STOP;
// target, "statusimg_in";
// target, "statusimg_out";
// }
// }
//
// If I add a line "transition, LINEAR, 1" or something else, it waits 1
// second, and then changes the image. I want a nice and slow alpha
// transition :)
//
// Btw, transitions work beautifully, when I change positon/size.
//
// Thanks for the help,
// Sevcsik
//
//
// -------------------------------------------------------
// Using Tomcat but need to do more? Need to support web services, security?
// Get stuff done quickly with pre-integrated technology to make your job easier
// Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
// http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
// _______________________________________________
// enlightenment-devel mailing list
// [email protected]
// https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
Aleksej Struk
Master Degree Student
Free University of Bozen-Bolzano
Faculty of Computer Science
phone: +39-0471-061749
cell phone: +39-3204627049 +370-61278908
[EMAIL PROTECTED] [EMAIL PROTECTED] - http://astruk.googlepages.com/home
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel