Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : apps/entice
Dir : e17/apps/entice/data/themes/default
Modified Files:
default.edc
Log Message:
update so thumbnails grow on mouseover and such
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/default/default.edc,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- default.edc 8 Jan 2004 20:08:30 -0000 1.17
+++ default.edc 9 Jan 2004 02:03:28 -0000 1.18
@@ -2412,16 +2412,43 @@
name, "ShowThumb";
signal, "mouse,in";
source, "EnticeThumb";
- in, 0.15 0.0;
+ in, 0.5 0.0;
action, SIGNAL_EMIT "EnticeThumbPreview" "";
}
program
{
- name, "StopThumb";
+ name, "GrowThumb";
+ signal, "mouse,in";
+ source, "EnticeThumb";
+ action, STATE_SET "selected" 0.0;
+ target, "EnticeThumb";
+ transition, ACCELERATE 0.1;
+ }
+ program
+ {
+ name, "StopShowThumb";
signal, "mouse,out";
source, "EnticeThumb";
action, ACTION_STOP;
target, "ShowThumb";
+ }
+ program
+ {
+ name, "StopGrowThumb";
+ signal, "mouse,out";
+ source, "EnticeThumb";
+ action, ACTION_STOP;
+ target, "GrowThumb";
+ }
+ program
+ {
+ name, "ShrinkThumb";
+ signal, "mouse,out";
+ source, "EnticeThumb";
+ action, STATE_SET "default" 0.0;
+ target, "EnticeThumb";
+ transition, DECELERATE 0.4;
+ in, 0.1 0.0;
}
program
{
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs