Uno.CommunityToolkit.WinUI.UI.Animations 7.1.204

Prefix Reserved
dotnet add package Uno.CommunityToolkit.WinUI.UI.Animations --version 7.1.204
                    
NuGet\Install-Package Uno.CommunityToolkit.WinUI.UI.Animations -Version 7.1.204
                    
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="Uno.CommunityToolkit.WinUI.UI.Animations" Version="7.1.204" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Uno.CommunityToolkit.WinUI.UI.Animations" Version="7.1.204" />
                    
Directory.Packages.props
<PackageReference Include="Uno.CommunityToolkit.WinUI.UI.Animations" />
                    
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 Uno.CommunityToolkit.WinUI.UI.Animations --version 7.1.204
                    
#r "nuget: Uno.CommunityToolkit.WinUI.UI.Animations, 7.1.204"
                    
#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 Uno.CommunityToolkit.WinUI.UI.Animations@7.1.204
                    
#: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=Uno.CommunityToolkit.WinUI.UI.Animations&version=7.1.204
                    
Install as a Cake Addin
#tool nuget:?package=Uno.CommunityToolkit.WinUI.UI.Animations&version=7.1.204
                    
Install as a Cake Tool

This library provides helpers and extensions on top of Windows Composition and XAML storyboards. It is a part of the Windows Community Toolkit.

     Namespace:
     - CompositionAnimations:
     - Animations: AnimationBase, OffsetAnimation, OpacityAnimation, RotationAnimation, RotationInDegreesAnimation, ScalarAnimation, ScaleAnimation, TranslationAnimation, TypedAnimationBase, Vector2Animation, Vector3Animation, Vector4Animation
     - CompositionAnimations: ExpressionKeyFrame, KeyFrame, KeyFrameCollection, ScalarKeyFrame, TypedKeyFrame, Vector2KeyFrame, Vector3KeyFrame, Vector4KeyFrame
     - ConnectedAnimations: Connected, ConnectedAnimationHelper, ConnectedAnimationListProperty, ConnectedAnimationProperties
     - Expressions: ExpressionNodes, ExpressionValues, ReferenceNodes, CompositionExtensions, ExpressionFunctions, OperationType
     - AnimationExtensions: Blur, Fade, Light, Offset, Rotate, Saturation, Scale

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-android33.0 is compatible.  net7.0-ios was computed.  net7.0-ios16.1 is compatible.  net7.0-maccatalyst was computed.  net7.0-maccatalyst16.1 is compatible.  net7.0-macos was computed.  net7.0-macos13.0 is compatible.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos 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 (2)

Showing the top 2 NuGet packages that depend on Uno.CommunityToolkit.WinUI.UI.Animations:

Package Downloads
Uno.CommunityToolkit.WinUI.UI.Behaviors

This library provides UI behaviors built on the XAML behaviors SDK. It is a part of the Windows Community Toolkit. - Animation: Various helpers for integration with the Toolkit's Animation package. - AutoFocusBehevior: Sets focus to the associated control. - AutoSelectBehavior: Selects a TextBox's text automatically. - FadeHeaderBehavior, QuickReturnHeaderBehavior, StickyHeaderBehavior: Helpers for ListViewBase Header Behavior - FocusBehavior: Sets focus to a specified control. - KeyDownTriggerBehavior: Trigger behaviors when a key is pressed. - ViewportBehavior: Listening for element to enter or exit the ScrollViewer viewport

Uno.CommunityToolkit.WinUI.UI.Media

This library provides UI effects which rely on Win2D. It is a part of the Windows Community Toolkit. AttachedCardShadow: Provides an easy-to-use, simple, and performant rounded-rectangle shadow effect. Effects: - AcrylicEffect: A custom acrylic effect that can be inserted into a pipeline. - BackdropEffect: A backdrop effect that can sample from a specified source. - BlendEffect: A blend effect that merges the current pipeline with an input one. - BlurEffect: A gaussian blur effect. - ImageEffect: An effect which displays an image loaded as a Win2D surface. - ShadeEffect: An effect that overlays a color layer over the current pipeline, with a specified intensity. - SolidColorEffect: An effect that renders a standard 8bit SDR color on the available surface. - TileEffect: An effect that loads an image and replicates it to cover all the available surface area. - ExposureEffect, GrayscaleEffect, HueRotationEffect and more, mapping to Win2D effects. Geometry: - CanvasPathGeometry: A class that parses Win2d Path Mini Language and converts it to CanvasGeometry, CanvasBrush, CanvasStroke, CanvasStrokeStyle or Color. Helpers: - SurfaceLoader: A class that can load and draw images and other objects to Win2D surfaces and brushes. Media: - AcrylicBrush: A custom Brush that that implements an acrylic effect with full control over all parameters. - BackdropBlurBrush: The BackdropBlurBrush is a Brush that blurs whatever is behind it in the application. - BackdropGammaTransferBrush: A brush which alters the colors of whatever is behind it in the application by applying a per-channel gamma transfer function. - BackdropInvertBrush: The BackdropInvertBrush is a Brush which inverts whatever is behind it in the application. - BackdropSaturationBrush: Brush which applies a SaturationEffect to the Backdrop. - BackdropSepiaBrush: Brush which applies a SepiaEffect to the Backdrop. - CanvasBrushBase: Helper Brush class to interop with Win2D Canvas calls. - ImageBlendBrush: A Brush which blends a BitmapImage to the Backdrop in a given mode. - PipelineBrush: A Brush that renders a customizable Composition/Win2D effects pipeline - RadialGradientBrush: This GradientBrush defines its Gradient as an interpolation within an Ellipse. - TilesBrush: A Brush that displays a tiled image, wrapping at the edges and endlessly repeating. PipelineBuilder: A class that allows to build custom effects pipelines and create CompositionBrush instances from them.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.1.204 354 11/19/2024
7.1.203 1,246 9/24/2024
7.1.202 182 9/23/2024
7.1.201 206 9/20/2024
7.1.200 1,224 11/13/2023
7.1.200-gcc80193f55 132 11/11/2023
7.1.200-dev.45.g1f8b8f4874 92 9/23/2024
7.1.200-dev.22.ge8da8f7c3c 94 11/21/2023
7.1.200-dev.16.g49756d9ac4 152 10/18/2023
7.1.200-dev.13.gef3f523648 305 8/15/2023
7.1.200-dev.6.gf657bb2e91 275 6/28/2023
7.1.100 1,896 11/2/2022
7.1.100-dev.15.g12261e2626 993 3/23/2022
7.1.100-dev.7.g758154cb81 355 11/30/2021