Commit ae79de3
committed
Merge bitcoin-core/gui-qml#453: Change PageStack easing type to InOutCubic
47183a1bf50ea0b2bab5c5ffaa62347400cbbf9b Change PageStack easing type to InOutCubic (GBKS)
Pull request description:
See #452 for the problem description, and the [first comment](bitcoin-core/gui-qml#452 (comment)) in that thread with the rationale for this change. The current easing type is not supported by QtQuick 2.15. This PR changes the easing type to a supported one that is close to the desired custom bezier curve.
I am relying on Github Copilot for the analysis of the problem. Seems correct, but maybe you know something neither me or AI knows.
Addresses #452
ACKs for top commit:
hebasto:
ACK 47183a1bf50ea0b2bab5c5ffaa62347400cbbf9b.
Tree-SHA512: 3bfc6a2bbdbd15285cc11a4cb21781c874a42834114674b6151811f53322b9334a5e96d4f6d12594126046bb75e47365e38324102bbd56ba58d223267964a66f1 file changed
+8
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 25 | + | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 34 | + | |
| 35 | + | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 43 | + | |
| 44 | + | |
49 | 45 | | |
50 | 46 | | |
51 | 47 | | |
0 commit comments