Add CURRENT option which edje object moves from current position.
authorjaehwan <jaehwan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 31 Oct 2011 06:00:06 +0000 (06:00 +0000)
committerjaehwan <jaehwan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 31 Oct 2011 06:00:06 +0000 (06:00 +0000)
commit150f08478badf9892eed4c7509a02add4683cd67
treeee07392f8b407b8fe91bafc8d1e069270cdcc711
parent03ff43c550f4d849f3af0ae0721b4fba84081cc7
Add CURRENT option which edje object moves from current position.
Currently, when the part in edc move by transition, it moves from the
one of the states to another of the states even if it is ainimating.
We need it to move from current position, because the animation is not
natural and smooth. So I made the "CURRENT" option.
And I removed the unnecessary tab for indentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@64545 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/edje_cc_handlers.c
src/lib/Edje.h
src/lib/edje_calc.c
src/lib/edje_private.h
src/lib/edje_program.c