Re: [E-devel] Help: A detailed description of Edje Program signals
On Wed, 10 Apr 2019 17:30:12 +0800 (CST) Jing said: > Hi all, > Below are the signals used in animations.edc in efl-1.21.1\src\examples\edje. > > > program { > signal: "load"; > source: ""; > in: 2.0 0.0; > after: "animation,state1"; > } > progra
[E-devel] Help: A detailed description of Edje Program signals
Hi all, Below are the signals used in animations.edc in efl-1.21.1\src\examples\edje. program { signal: "load"; source: ""; in: 2.0 0.0; after: "animation,state1"; } program { name: "animation,state1"; signal: "animation,start";
