We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acf811 commit 7c34a54Copy full SHA for 7c34a54
src/Gestures/GesturePropertyTransition.vala
@@ -43,6 +43,11 @@ public class Gala.GesturePropertyTransition : Object {
43
*/
44
public Value? intermediate_value { get; construct; }
45
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
+ */
51
private Value actual_from_value;
52
53
private DoneCallback? done_callback;
0 commit comments