Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/data/themes/winter/programs


Modified Files:
        ani.edc 


Log Message:
not calling stop on init isn't enough to fix the bad behaviour, since stop and reset 
are called on track changes too
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/winter/programs/ani.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ani.edc     18 Aug 2004 01:20:37 -0000      1.2
+++ ani.edc     18 Aug 2004 09:56:45 -0000      1.3
@@ -42,18 +42,18 @@
         name, "ani"NUM".init"; \
         signal, "show"; \
         source, ""; \
-        /* the following line breaks the animation, since .reset's
-         * execution (called by .stop) is delayed by 0.5-1.0 seconds.
-         * *not* calling .stop here breaks re-initialisation though.
-         * rewrite with embryo! :)
-        after, "ani"NUM".stop";*/ \
+        after, "ani"NUM".stop"; \
       } \
       program { \
         name, "ani"NUM".reset"; \
         action, STATE_SET "default" 0.0; \
         target, "dot"NUM; \
         transition, LINEAR 0.0; \
-        in, .5 .5; \
+        /* the following line breaks the animation, since the
+         * program's execution is delayed by 0.5-1.0 seconds.
+         * This kinda spoils the effect though :/
+         * rewrite with embryo! :)
+        in, .5 .5;*/ \
       } \
       program {  \
         name, "ani"NUM".playing"; \




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to