Commit 8fd1a15
authored
added reset parameter to stop function Animation controller (#730)
Added a reset parameter to the CoreAnimationController stop function, by
default it's true so there are no regressions.
The reason for this change is that currently if you use the stop
function the values will reset to their start values which is not handy
if you want to chain the same value to a different animation.1 parent afb83ed commit 8fd1a15
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
0 commit comments