Uno.Microsoft.Toolkit.Uwp.UI.Animations
7.1.11
dotnet add package Uno.Microsoft.Toolkit.Uwp.UI.Animations --version 7.1.11
NuGet\Install-Package Uno.Microsoft.Toolkit.Uwp.UI.Animations -Version 7.1.11
<PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Animations" Version="7.1.11" />
paket add Uno.Microsoft.Toolkit.Uwp.UI.Animations --version 7.1.11
#r "nuget: Uno.Microsoft.Toolkit.Uwp.UI.Animations, 7.1.11"
// Install Uno.Microsoft.Toolkit.Uwp.UI.Animations as a Cake Addin
#addin nuget:?package=Uno.Microsoft.Toolkit.Uwp.UI.Animations&version=7.1.11
// Install Uno.Microsoft.Toolkit.Uwp.UI.Animations as a Cake Tool
#tool nuget:?package=Uno.Microsoft.Toolkit.Uwp.UI.Animations&version=7.1.11
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid monoandroid10.0 |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac xamarinmac20 |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Uno.Microsoft.Toolkit.Uwp.UI (>= 7.1.11)
- Uno.UI (>= 4.0.0-dev.5688)
-
MonoAndroid 10.0
- Uno.Microsoft.Toolkit.Uwp.UI (>= 7.1.11)
- Uno.UI (>= 4.0.0-dev.5688)
-
Xamarin.iOS 1.0
- Uno.Microsoft.Toolkit.Uwp.UI (>= 7.1.11)
- Uno.UI (>= 4.0.0-dev.5688)
-
Xamarin.Mac 2.0
- Uno.Microsoft.Toolkit.Uwp.UI (>= 7.1.11)
- Uno.UI (>= 4.0.0-dev.5688)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Uno.Microsoft.Toolkit.Uwp.UI.Animations:
Package | Downloads |
---|---|
Uno.Microsoft.Toolkit.Uwp.UI.Behaviors
This library provides UI behaviors built on the XAML behaviors SDK. It is a part of the Windows Community Toolkit. Behaviors: - BehaviorBase: Helper for building Behaviors - AutoFocusBehevior: Sets focus to the associated control. - FocusBehavior: Sets focus to a specified control. - ViewportBehavior: Listening for element to enter or exit the ScrollViewer viewport - FadeHeaderBehavior, QuickReturnHeaderBehavior, StickyHeaderBehavior: Helpers for ListViewBase Header Behavior |
|
Uno.Microsoft.Toolkit.Uwp.UI.Media
This library provides UI brushes. It is a part of the Windows Community Toolkit. 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. 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. Helpers: - SurfaceLoader: A class that can load and draw images and other objects to Win2D surfaces and brushes. PipelineBuilder: A class that allows to build custom effects pipelines and create CompositionBrush instances from them. Geometry: - CanvasPathGeometry: A class that parses Win2d Path Mini Language and converts it to CanvasGeometry, CanvasBrush, CanvasStroke, CanvasStrokeStyle or Color. |
GitHub repositories
This package is not used by any popular GitHub repositories.