All Projects → ascora → Lottiesharp

ascora / Lottiesharp

Licence: apache-2.0
Port of Lottie(https://github.com/airbnb/lottie-android)

Projects that are alternatives of or similar to Lottiesharp

Colorpickerwpf
Simple color picker control for WPF
Stars: ✭ 71 (-21.11%)
Mutual labels:  wpf
Reactivehistory
Reactive undo/redo framework for .NET.
Stars: ✭ 82 (-8.89%)
Mutual labels:  wpf
Xamlviewer
XAML Viewer is a lightweight XAML editor.
Stars: ✭ 87 (-3.33%)
Mutual labels:  wpf
Dmskin
DMSkin WPF 样式 UI 框架 | WPF Borderless Window | Custom Controls & Styles | MVVM Support
Stars: ✭ 1,189 (+1221.11%)
Mutual labels:  wpf
Blurrycontrols
Small design library for blured controls in XAML and WPF for C#
Stars: ✭ 77 (-14.44%)
Mutual labels:  wpf
Lottie React
A lightweight React library for rendering complex After Effects animations in real time using Lottie.
Stars: ✭ 83 (-7.78%)
Mutual labels:  lottie
Dmskin Qqsignin
高仿QQ登录
Stars: ✭ 69 (-23.33%)
Mutual labels:  wpf
Snoopwpf
Snoop - The WPF Spy Utility
Stars: ✭ 1,286 (+1328.89%)
Mutual labels:  wpf
Vs2017offlinesetuputility
This utility allow downloading offline setup or deletion of old version Visual Studio 2017/2019 Offline Setup files and folder
Stars: ✭ 79 (-12.22%)
Mutual labels:  wpf
Amoeba
The Amoeba Project
Stars: ✭ 85 (-5.56%)
Mutual labels:  wpf
Neutronium
🚀 Build .NET desktop applications using HTML, CSS and javascript.
Stars: ✭ 1,190 (+1222.22%)
Mutual labels:  wpf
Markdownmonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
Stars: ✭ 1,203 (+1236.67%)
Mutual labels:  wpf
Xamarin Forms Gtk Movies Sample
The Movie DB Xamarin.Forms Sample
Stars: ✭ 83 (-7.78%)
Mutual labels:  wpf
Wpfbindingerrors
💥 Turn WPF Binding errors into exception
Stars: ✭ 73 (-18.89%)
Mutual labels:  wpf
Simplewpfreporting
Reporting in WPF (XAML) made easy
Stars: ✭ 87 (-3.33%)
Mutual labels:  wpf
Material Message Box
A WPF Message Box implementing material design
Stars: ✭ 69 (-23.33%)
Mutual labels:  wpf
Ffxivapp
Visit us on Discord! https://discord.gg/aCzSANp
Stars: ✭ 82 (-8.89%)
Mutual labels:  wpf
Ing
A flexible, powerful and lightweight KanColle tool/browser
Stars: ✭ 89 (-1.11%)
Mutual labels:  wpf
Panuonui.silver
Panuon.UI optimized version. A beautiful wpf ui library using templates & attached properties.
Stars: ✭ 1,279 (+1321.11%)
Mutual labels:  wpf
Text Grab
Use OCR in Windows 10 quickly and easily with Text Grab. No background processes and no popups.
Stars: ✭ 84 (-6.67%)
Mutual labels:  wpf

LottieSharp

Logo C# (WPF) port of Lottie (https://github.com/airbnb/lottie-android) based on .NET using sharpdx (http://sharpdx.org/)

Usage

PM> Install-Package LottieSharp -Version 1.1.3

  • Install from nuget: LottieSharp;

  • Import into your xaml the library

    xmlns:lottieSharp="clr-namespace:LottieSharp;assembly=LottieSharp"

  • Now you can include the control in your layout

<lottieSharp:LottieAnimationView 
    x:Name="LottieAnimationView" 
    DefaultCacheStrategy="None" 
    FileName="Assets/Spider Loader.json" AutoPlay="True" 
    VerticalAlignment="Center" 
    HorizontalAlignment="Center"/>

The FileName property points to an After Effects animation file. You can write the filename in xaml like shown or bind to a property in your viewmodel.

The AutoPlay property indicates if the animation starts when the usercontrol is loaded.

There are many free animations at: LottieFiles

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].