make logo pulse every now and again... with desklock.

SVN revision: 79343
This commit is contained in:
Carsten Haitzler 2012-11-15 13:08:07 +00:00
parent 9cceb74058
commit 3992d71c3f
4 changed files with 28 additions and 0 deletions

View File

@ -210,6 +210,7 @@ img/led_light.png \
img/led_tiny_green.png \
img/led_tiny_orange.png \
img/logo_blue_small.png \
img/logo_blue_small_glow.png \
img/media_busy_progress.png \
img/mini_blue_glow_arrow_0.png \
img/mini_blue_glow_arrow_1.png \

View File

@ -28,6 +28,7 @@ group { name: "e/desklock/login_box";
images.image: "bevel_in.png" COMP;
images.image: "white_bar_vert_glow.png" COMP;
images.image: "logo_blue_small.png" COMP;
images.image: "logo_blue_small_glow.png" COMP;
images.image: "knob_round_busy.png" COMP;
images.image: "glow_round_corners.png" COMP;
parts {
@ -39,6 +40,18 @@ group { name: "e/desklock/login_box";
FIXED_SIZE(100, 127)
}
}
part { name: "logo_glow";
description { state: "default" 0.0;
image.normal: "logo_blue_small_glow.png";
rel1.to: "logo";
rel2.to: "logo";
color: 255 255 255 192;
}
description { state: "active" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
}
}
part { name: "bg"; type: RECT;
description { state: "default" 0.0;
rel1.to: "inset";
@ -205,6 +218,20 @@ group { name: "e/desklock/login_box";
}
}
programs {
program { name: "logo_pulse";
signal: "show"; source: "";
in: 3.0 5.0;
action: STATE_SET "active" 0.0;
target: "logo_glow";
transition: BOUNCE 0.8 0.5 6;
after: "logo_pulse2";
}
program { name: "logo_pulse2";
action: STATE_SET "default" 0.0;
target: "logo_glow";
transition: SINUSOIDAL 2.4;
after: "logo_pulse";
}
program { name: "cursor_show";
signal: "show"; source: "";
action: STATE_SET "visible" 0.0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB