Bug fix
This commit is contained in:
parent
a56d826a10
commit
52de19950d
@ -189,11 +189,11 @@ transform gui_perspective_hover:
|
|||||||
easein 0.1 matrixtransform ScaleMatrix(1.05, 1.05, 1.05)
|
easein 0.1 matrixtransform ScaleMatrix(1.05, 1.05, 1.05)
|
||||||
easeout 0.1 matrixtransform ScaleMatrix(1.0, 1.0, 1.0)
|
easeout 0.1 matrixtransform ScaleMatrix(1.0, 1.0, 1.0)
|
||||||
|
|
||||||
transform gui_show_hide(new_widget=None, old_widget=None):
|
transform gui_show_hide:
|
||||||
delay 0.1
|
|
||||||
on start:
|
on start:
|
||||||
alpha 0
|
alpha 0
|
||||||
zoom 1.05
|
zoom 1.05
|
||||||
|
pause 0.1
|
||||||
easein 0.1 zoom 1.00 alpha 1
|
easein 0.1 zoom 1.00 alpha 1
|
||||||
on hide:
|
on hide:
|
||||||
easeout 0.1 zoom 0.95 alpha 0
|
easeout 0.1 zoom 0.95 alpha 0
|
||||||
|
Loading…
Reference in New Issue
Block a user