Carsten Haitzler (The Rasterman) wrote:

> On Sun, 22 Oct 2006 18:03:55 +1000 Daniel Kasak
> <[EMAIL PROTECTED]>
> babbled:
>> Hi all.
>>
>> I have a part that has 3 states, which are 3 separate images. What's the
>> easiest way to crossfade between them? Do we have to fade one in and the
>> other out in separate programs?
>
> yes. see the crossfade trasition edc in e17. :)


I'm not *quite* following this. If I change:

program{
name: "load_state2"
signal: "";
source: "";
action: STATE_SET "state2" 0.0;
target: "bg";
transition: DECELERATE 4;
after: "load_state3";
}

to:

program{
name: "load_state2"
signal: "";
source: "";
action: STATE_SET "state2" 0.0;
target: "bg";
transition: CROSSFADE 4;
after: "load_state3";
}

I get:

edje_cc: Error. <stdin>:86 token CROSSFADE not one of: LINEAR SINUSOIDAL
ACCELERATE DECELERATE

So I assume I've done the wrong thing. But I can't find any ( user )
docs on the CROSSFADE transition.

-- 
Daniel Kasak
IT Developer
NUS Consulting Group
Level 5, 77 Pacific Highway
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: [EMAIL PROTECTED]
website: http://www.nusconsulting.com.au

-------------------------------------------------------------------------
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-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to