mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-06 10:06:28 +00:00
New animation system
This commit is contained in:
@@ -2,12 +2,15 @@
|
||||
|
||||
#include "../defines.hpp"
|
||||
#include <list>
|
||||
#include "../helpers/AnimatedVariable.hpp"
|
||||
|
||||
class CAnimationManager {
|
||||
public:
|
||||
|
||||
void tick();
|
||||
|
||||
std::list<CAnimatedVariable*> m_lAnimatedVariables;
|
||||
|
||||
private:
|
||||
bool deltaSmallToFlip(const Vector2D& a, const Vector2D& b);
|
||||
bool deltaSmallToFlip(const CColor& a, const CColor& b);
|
||||
|
Reference in New Issue
Block a user