Vibrator Interface

* Added vibrator interface to the public event
* Fixed invalid syntax
This commit is contained in:
LoafyLemon 2022-09-20 21:08:46 +01:00
parent 1ca049ee23
commit 5bdf050a75
15 changed files with 120 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,52 @@
transform vibrator_interface_transform:
zoom 0.4
align (0.5, 0.0)
on show:
alpha 0.0
linear 0.66 alpha 1.0
pause 4.0
linear 0.66 alpha 0.0
on replace: # New widget
linear 0.66 alpha 1.0
pause 4.0
linear 0.66 alpha 0.0
on replaced: # Old widget
alpha 0.0
on hide:
linear 0.66 alpha 0.0
transform vibrator_interface_captions_transform:
pause 1.0
linear 0.66 alpha 0.0
layeredimage vibrator_interface:
fit_first True
always "vibrator_interface_background"
group emoji multiple variant "emoji":
attribute low default if_not "low_disabled"
attribute medium default if_not "medium_disabled"
attribute high default if_not "high_disabled"
attribute low_disabled
attribute medium_disabled
attribute high_disabled
group vibration auto prefix "vibration":
attribute off null default
at shake
group caption prefix "caption":
attribute low default
attribute medium default
attribute high default
at vibrator_interface_captions_transform
at vibrator_interface_transform