Skip to content

Commit 7c34a54

Browse files
committed
Add comment
1 parent 6acf811 commit 7c34a54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Gestures/GesturePropertyTransition.vala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ public class Gala.GesturePropertyTransition : Object {
4343
*/
4444
public Value? intermediate_value { get; construct; }
4545

46+
/**
47+
* This is the from value that's actually used when calculating the animation movement.
48+
* If {@link from_value} isn't null this will be the same, otherwise it will be set to the current
49+
* value of the target property, when calling {@link start}.
50+
*/
4651
private Value actual_from_value;
4752

4853
private DoneCallback? done_callback;

0 commit comments

Comments
 (0)