SimpleShimmer 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package SimpleShimmer --version 1.0.1
                    
NuGet\Install-Package SimpleShimmer -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleShimmer" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleShimmer" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="SimpleShimmer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SimpleShimmer --version 1.0.1
                    
#r "nuget: SimpleShimmer, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SimpleShimmer@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SimpleShimmer&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=SimpleShimmer&version=1.0.1
                    
Install as a Cake Tool

SimpleShimmer

Shimmering animation helper for winui

Screenshots

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

How To Use

The package provides an attached property and a behavior in namespace SimpleShimmer to help enable shimmering animation. In both cases you will find 4 properties:

  • IsActive: enables/ disables the animation.
  • Duration: controls duration of the animation (default is 1 second).
  • Brush: if you want to provide custom brush.
  • Color: you can use this to just provide a color that will be used to create a gradient animation based on this color.

**Note that, in case neither Brush or Color was provided, a default brush will be created based on background of the associated control (or foreground in case of TextBlock).

Product Compatible and additional computed target framework versions.
.NET net8.0-windows10.0.22621 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.409 180 4/9/2025
1.0.407 534 3/19/2025
1.0.406 152 3/18/2025
1.0.404 172 3/18/2025
1.0.402 159 3/18/2025
1.0.42 146 3/18/2025
1.0.41 170 3/18/2025
1.0.7 169 3/18/2025
1.0.4 93 3/15/2025
1.0.3 130 10/29/2024
1.0.2 129 10/29/2024
1.0.1 142 10/29/2024
1.0.0 136 10/29/2024