https://github.com/guildofcalamity/animatedcircles
A reusable animation control that can be added to any WinUI3 project.
https://github.com/guildofcalamity/animatedcircles
animation csharp dotnet-core visual-studio winsdk winui3 xaml xaml-ui
Last synced: 5 months ago
JSON representation
A reusable animation control that can be added to any WinUI3 project.
- Host: GitHub
- URL: https://github.com/guildofcalamity/animatedcircles
- Owner: GuildOfCalamity
- License: mit
- Created: 2024-10-18T20:49:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T21:11:03.000Z (over 1 year ago)
- Last Synced: 2025-02-25T11:46:18.083Z (over 1 year ago)
- Topics: animation, csharp, dotnet-core, visual-studio, winsdk, winui3, xaml, xaml-ui
- Language: C#
- Homepage:
- Size: 753 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# WinUI - Animated Circles Demo
## v1.0.0.0 - October 2024
**Dependencies**
| Assembly | Version |
| ---- | ---- |
| NET Core | 8.0 |
- An animated circle demo using scale animations.
- I see this animaton everywhere on the interwebs these days so I figured I'd regenerate it using **WinUI3**.
- This is a reusable [UserControl](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.usercontrol?view=winrt-26100) that can be added to any **WinUI3** project.


## Usage (XAML)