JKamsker.Parallax.WPF-Ng 1.0.10

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

// Install JKamsker.Parallax.WPF-Ng as a Cake Tool
#tool nuget:?package=JKamsker.Parallax.WPF-Ng&version=1.0.10

Parallax.WPF

Parallax Effect for WPF

This is a fork from https://github.com/Pyrathlon/Parallax.WPF where I added a Nuget package

Install with Nuget

Install-Package JKamsker.Parallax.WPF-Ng

After you installed Parallax.WPF

  • Add reference :
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
xmlns:parallax="clr-namespace:Parallax.WPF;assembly=Parallax.WPF"
  • Use the effect like this :
<Image Source="Images/Backgrounds/cosmo_bg.PNG" Margin="-30" Stretch="UniformToFill"
                     parallax:ParallaxEffect.Parent="{Binding ElementName=TopGrid}"
                     parallax:ParallaxEffect.UseParallax="True"
                     parallax:ParallaxEffect.XOffset="50"
                     parallax:ParallaxEffect.YOffset="50">
    <i:Interaction.Behaviors>
        <parallax:ParallaxEffect/>
    </i:Interaction.Behaviors>
</hc:GifImage>

Demo

https://user-images.githubusercontent.com/17864005/113509902-49a2d180-9558-11eb-9ebf-711a2ea33e2a.mp4

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  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. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Framework net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.10 194 11/26/2023
1.0.9 87 11/26/2023