Added workspace fade transition

This commit is contained in:
vaxerski
2022-05-16 23:13:32 +02:00
parent 25979fac1d
commit f09de365d5
5 changed files with 37 additions and 13 deletions

View File

@@ -21,4 +21,7 @@ public:
// for animations
CAnimatedVariable m_vRenderOffset;
CAnimatedVariable m_fAlpha;
void startAnim(bool in, bool left);
};