File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ namespace Uno.UI {
61
61
const fromFrame = fromProgress * Lottie . _numberOfFrames ;
62
62
const toFrame = toProgress * Lottie . _numberOfFrames ;
63
63
64
+ //Set forceFlag to true in order to force animation to start right away
65
+ //Ensures calling play multiple times in quick succession plays the animation properly
64
66
a . playSegments ( [ fromFrame , toFrame ] , true ) ;
65
67
Lottie . raiseState ( a ) ;
66
68
} ) ;
Original file line number Diff line number Diff line change 146
146
</ProjectReference >
147
147
</ItemGroup >
148
148
149
- <ItemGroup >
150
- <None Remove =" Microsoft\UI\Xaml\Controls\ProgressRing\ProgressRingDeterminate.json" />
151
- </ItemGroup >
152
-
153
149
<Target Name =" _UnoWasmOverrideNuget" AfterTargets =" AfterBuild" DependsOnTargets =" BuiltProjectOutputGroup" Condition =" '$(UnoNugetOverrideVersion)'!=''" >
154
150
155
151
<PropertyGroup >
Original file line number Diff line number Diff line change 174
174
</ProjectReference >
175
175
</ItemGroup >
176
176
177
- <ItemGroup >
178
- <None Remove =" Microsoft\UI\Xaml\Controls\ProgressRing\ProgressRingDeterminate.json" />
179
- </ItemGroup >
180
-
181
177
<ItemGroup >
182
178
<Compile Include =" Mixins\Android\BaseActivity.Callbacks.g.cs" />
183
179
<Compile Include =" Mixins\Android\FrameworkElementMixins.g.cs" />
You can’t perform that action at this time.
0 commit comments