-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ProgressRing Indeterminate State with Lottie Animations (#1858)
* squash merge from user/biilai/progressring-lottie * re-add ProgressRingLoading to solution * changes from comments * FindInApplicationResources abstraction * lottie isPlaying test for rs5+ only * update lottie animatedVisuals to latest codegen output * lottie color theming * tweak lottie radius size * update lottie animatedVisuals to latest codegen output * update lottie animatedVisuals to latest codegen output * fix anonymous namespace indent * update lottie animatedVisuals to latest codegen output * bind to progressRing_themeresources * unexpose strokeThickness api * rename ComputeCircleSize() * changes from comments + rebase * changes from comments * changes from comments
- Loading branch information
Showing
24 changed files
with
1,016 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#pragma once | ||
|
||
struct IThemedAnimatedVisualSource | ||
{ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.