On Fri, Jan 23, 2009 at 6:04 PM, Thiago Zanetti wrote:
> Hi everybody,
>
> I was trying to do some trasition effects into a TEXT part, like change
> the font size so the text can looks like it's growing but it's not
> working as I thought. So I ask you guys, it's possible to do transitions
> with
Hi everybody,
I was trying to do some trasition effects into a TEXT part, like change
the font size so the text can looks like it's growing but it's not
working as I thought. So I ask you guys, it's possible to do transitions
with TEXT parts?
Thanks for the help.
Thiago Zanetti
-
On Sun, 14 May 2006 01:37:48 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled:
> Hi everybody,
>
> I've noticed that in edje, when you start a new transition on a
> part while another transition was already running, the running
> transition jumps directly to its final state in order to start the new
I think this behavior exists mostly because its the easiest / cleanest to
implement. I know I've used embryo animators in the past to avoid this on
things with simple transitions, but I also would like to see edje transition
from the current state whatever that is.
We could probably just modify
Hi everybody,
I've noticed that in edje, when you start a new transition on a
part while another transition was already running, the running
transition jumps directly to its final state in order to start the new
transition.
For example, if a part has 3 states (state1, state2, state3). At the
begin