aboutsummaryrefslogtreecommitdiff
path: root/src/animate-timer.vala
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-05-05 09:35:55 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-05-05 09:35:55 +0200
commit17054d506f57612aa2beb6b64a0926730ccf0e33 (patch)
treed3d0e802c1a07085f0fb0f79f861100766fdfebf /src/animate-timer.vala
parentbef6d1fa943a2d083d9d9d8dcb990d46887ff3c9 (diff)
parent936f8fa36b4059f9d9304af3d706148a260e1997 (diff)
downloadarctica-greeter-17054d506f57612aa2beb6b64a0926730ccf0e33.tar.gz
arctica-greeter-17054d506f57612aa2beb6b64a0926730ccf0e33.tar.bz2
arctica-greeter-17054d506f57612aa2beb6b64a0926730ccf0e33.zip
Merge branch 'tari01-pr/group-filters'
Attributes GH PR #119: https://github.com/ArcticaProject/arctica-greeter/pull/119
Diffstat (limited to 'src/animate-timer.vala')
-rw-r--r--src/animate-timer.vala4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/animate-timer.vala b/src/animate-timer.vala
index 9f92448..4879cb0 100644
--- a/src/animate-timer.vala
+++ b/src/animate-timer.vala
@@ -2,6 +2,7 @@
*
* Copyright (C) 2011,2012 Canonical Ltd
* Copyright (C) 2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+ * Copyright (C) 2025 Robert Tari
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3 as
@@ -18,6 +19,7 @@
* Authors: Robert Ancell <robert.ancell@canonical.com>
* Michael Terry <michael.terry@canonical.com>
* Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+ * Robert Tari <robert@tari.in>
*/
private class AnimateTimer : Object
@@ -32,7 +34,7 @@ private class AnimateTimer : Object
public const int SLOW = 1000; /* Good for animations that convey information that is only presented in the animation */
/* speed is in milliseconds */
- public unowned EasingFunc easing_func { get; private set; }
+ public unowned EasingFunc easing_func;
public int speed { get; set; }
public bool is_running { get { return timeout != 0; } }
public double progress { get; private set; }