An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Icon](Source/Assets/AppIcon.png)
# 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.

![Sample](Source/Assets/Screenshot.png)

![Example](Source/Assets/Animation.gif)

## Usage (XAML)