animations: add the gnomed animation style for windows

This commit is contained in:
Vaxry 2025-02-16 20:53:49 +00:00
parent 897ee276dc
commit e2a9271150
2 changed files with 22 additions and 2 deletions

View file

@ -59,6 +59,7 @@ class CHyprAnimationManager : public Hyprutils::Animation::CAnimationManager {
// Anim stuff
void animationPopin(PHLWINDOW, bool close = false, float minPerc = 0.f);
void animationSlide(PHLWINDOW, std::string force = "", bool close = false);
void animationGnomed(PHLWINDOW, bool close = false);
};
inline UP<CHyprAnimationManager> g_pAnimationManager;