Navius.Wpf.Motion 1.0.0-preview.4

This is a prerelease version of Navius.Wpf.Motion.
dotnet add package Navius.Wpf.Motion --version 1.0.0-preview.4
                    
NuGet\Install-Package Navius.Wpf.Motion -Version 1.0.0-preview.4
                    
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="Navius.Wpf.Motion" Version="1.0.0-preview.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Navius.Wpf.Motion" Version="1.0.0-preview.4" />
                    
Directory.Packages.props
<PackageReference Include="Navius.Wpf.Motion" />
                    
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 Navius.Wpf.Motion --version 1.0.0-preview.4
                    
#r "nuget: Navius.Wpf.Motion, 1.0.0-preview.4"
                    
#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 Navius.Wpf.Motion@1.0.0-preview.4
                    
#: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=Navius.Wpf.Motion&version=1.0.0-preview.4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Navius.Wpf.Motion&version=1.0.0-preview.4&prerelease
                    
Install as a Cake Tool

Standalone spring motion engine for WPF, sharing its closed-form solver with the web Navius Motion package: bake springs to DoubleAnimationUsingKeyFrames for zero-interruption playback, or drive values live with a retargetable SpringTicker, plus named enter/exit and micro-interaction presets. MotionPolicy.System follows SystemParameters.ClientAreaAnimation; both executors complete at the target without attaching or emitting spatial motion when animations are disabled. Inject a policy backed by your own Func<bool> for deterministic tests or app-specific preference handling.

MotionPolicy.Resolve(microPreset) applies each preset's MicroReduce contract: collapsed presets stop, while OpacityOnly presets retain only their opacity frames. The package remains standalone and has no reference to the primitives.

Documentation: https://wpf.naviusui.dev/guides/motion/

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

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.

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.0-preview.4 46 7/13/2026
1.0.0-preview.2 52 7/12/2026
1.0.0-preview.1 51 7/11/2026

Preview release of the Navius.Wpf spring motion engine.