ComputedAnimations.WPF 0.4.9

dotnet add package ComputedAnimations.WPF --version 0.4.9                
NuGet\Install-Package ComputedAnimations.WPF -Version 0.4.9                
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="ComputedAnimations.WPF" Version="0.4.9" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ComputedAnimations.WPF --version 0.4.9                
#r "nuget: ComputedAnimations.WPF, 0.4.9"                
#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.
// Install ComputedAnimations.WPF as a Cake Addin
#addin nuget:?package=ComputedAnimations.WPF&version=0.4.9

// Install ComputedAnimations.WPF as a Cake Tool
#tool nuget:?package=ComputedAnimations.WPF&version=0.4.9                

GitHub license Actions

ComputedConverters.NET

ComputedConverters provides you with XAML markup that allows you to write inline converters (Vue-like computed method) and expand some converters commonly used.

Salad bowl project here.

Support framework

Computed series library

Package/Framework WPF Avalonia
ComputedConverters NuGet TBD
ComputedAnimations NuGet No Plan
ComputedBehaviors NuGet No Plan

ValueConverters library

Package/Framework WPF Avalonia
ValueConverters Version Version

Usage

Add XML namespace to your XAML file:

<Application xmlns:a="http://schemas.github.com/computedanimations/2024/xaml"
      xmlns:b="http://schemas.github.com/computedbehaviors/2024/xaml"
      xmlns:c="http://schemas.github.com/computedconverters/2024/xaml">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <a:ComputedAnimationsResources />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
</Application>

1. Reactivity

Documents/Reactivity.md

2. ValueConverters

Documents/ValueConverters.md

3. ComputedMarkups

Documents/ComputedMarkups.md

4. UsefulMarkups

Documents/UsefulMarkups.md

5. ComputedBehaviors

Documents/ComputedBehaviors.md

6. ComputedAnimations

Documents/ComputedAnimations.md

Projects

emako/ComputedConverters.WPF.Test

lemutec/VSEnc

Thanks

Idea list here, and standing on the shoulders of giants.

OrgEleCho/EleCho.WpfSuite

JohannesMoersch/QuickConverter

thomasgalliker/ValueConverters.NET

CommunityToolkit/Maui

XAMLMarkupExtensions/XAMLMarkupExtensions

DingpingZhang/WpfExtensions

Kinnara/ModernWpf

runceel/Livet

XamlFlair/XamlFlair

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows7.0 is compatible. 
.NET Framework net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 is compatible. 
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
0.4.9 41 11/25/2024
0.4.8 114 11/15/2024
0.4.7-beta 196 10/13/2024
0.4.6-beta 108 10/11/2024
0.4.5-beta 93 9/25/2024
0.4.4-beta 92 9/19/2024
0.4.3-beta 69 9/19/2024
0.4.2-beta 72 9/19/2024
0.4.1-beta 73 9/19/2024
0.4.0-beta 73 9/19/2024
0.3.9-beta 72 9/19/2024
0.3.8-beta 77 9/18/2024
0.3.7-beta 79 9/12/2024