Lottie-Windows/LottieViewer
Alexandre Zollinger Chohfi 9c5168a739
Updated Cake build system to newer version, and updated source to net7.0. (#530)
* Updated Cake build system to newer version, and updated source to net7.0.

* Small fix on version number.
2023-04-18 22:59:16 -07:00
..
AnimatedVisuals Add animation to the Play/Stop button in Lottie Viewer. (#385) 2020-11-13 15:12:39 -08:00
Assets Lottie Viewer | Added scale slider. Added repeating pattern background and checkbox for hiding/showing solid color bg. (#456) 2021-08-06 15:09:42 -07:00
Properties Initial commit of Lottie-Windows source. 2018-11-21 12:18:46 -08:00
ViewModel Namespace migration and WinUI3 package MicrosoftToolkit.WinUI.Lottie (#500) 2022-05-25 10:18:30 -07:00
App.xaml Add animation to the Play/Stop button in Lottie Viewer. (#385) 2020-11-13 15:12:39 -08:00
App.xaml.cs Convert to modern null checking now that it works in .NET Native. (#427) 2021-03-05 16:38:42 -08:00
ColorPaletteEntry.cs Fully enable nullables. (#363) 2020-10-13 10:21:17 -07:00
FeedbackLottie.xaml Improve accessibility of lottie viewer (#311) 2020-07-13 10:29:23 -07:00
FeedbackLottie.xaml.cs Initial commit of Lottie-Windows source. 2018-11-21 12:18:46 -08:00
FloatFormatter.cs LottieViewer UI improvements for AnimatedIcon (#426) 2021-03-08 10:24:27 -08:00
LottieViewer.csproj Updated Cake build system to newer version, and updated source to net7.0. (#530) 2023-04-18 22:59:16 -07:00
MainPage.xaml Namespace migration and WinUI3 package MicrosoftToolkit.WinUI.Lottie (#500) 2022-05-25 10:18:30 -07:00
MainPage.xaml.cs Pixel view refactoring (#506) 2022-05-31 14:49:58 -07:00
Package.appxmanifest Change version number in manifest. 2020-11-13 18:54:21 -08:00
Package_BETA.appxmanifest Remove the Badge images. We don't use them. 2020-11-17 16:36:58 -08:00
PaletteColorPicker.xaml Lottie Viewer | Added scale slider. Added repeating pattern background and checkbox for hiding/showing solid color bg. (#456) 2021-08-06 15:09:42 -07:00
PaletteColorPicker.xaml.cs Namespace migration and WinUI3 package MicrosoftToolkit.WinUI.Lottie (#500) 2022-05-25 10:18:30 -07:00
PixelViewElement.cs Pixel view refactoring (#506) 2022-05-31 14:49:58 -07:00
PlayStopButton.xaml Add animation to the Play/Stop button in Lottie Viewer. (#385) 2020-11-13 15:12:39 -08:00
PlayStopButton.xaml.cs Add animation to the Play/Stop button in Lottie Viewer. (#385) 2020-11-13 15:12:39 -08:00
PropertiesTemplateSelector.cs LottieViewer UI improvements for AnimatedIcon (#426) 2021-03-08 10:24:27 -08:00
README.md README Updates (#65) 2019-02-19 11:27:27 -08:00
Scrubber.xaml Adding markers to the scrubber. (#318) 2020-08-06 13:57:51 -07:00
Scrubber.xaml.cs LottieViewer UI improvements for AnimatedIcon (#426) 2021-03-08 10:24:27 -08:00
ScrubberValueChangedEventArgs.cs LottieViewer UI improvements for AnimatedIcon (#426) 2021-03-08 10:24:27 -08:00
Stage.xaml Namespace migration and WinUI3 package MicrosoftToolkit.WinUI.Lottie (#500) 2022-05-25 10:18:30 -07:00
Stage.xaml.cs Lottie Viewer | Added scale slider. Added repeating pattern background and checkbox for hiding/showing solid color bg. (#456) 2021-08-06 15:09:42 -07:00
VisibilityConverter.cs LottieViewer UI improvements for AnimatedIcon (#426) 2021-03-08 10:24:27 -08:00

README.md

Lottie Viewer

The Lottie Viewer project generates a Store application for previewing Lottie / Bodymovin JSON files. The tool is intended to help developers and designers validate the visual correctness of their Lottie animations rendered using Lottie-Windows.

Usage

Drag a Lottie file onto the Lottie Viewer window to see it rendered, or use the "Pick a Lottie file" icon in the top left to open local files or URIs. If the orange warning icon lights up, click on it to see any issues that Lottie-Windows encountered.

Generating code with Lottie Viewer

Lottie Viewer allows a Lottie file to be saved as generated code. For maximum control and many extra features for generating code use the LottieGen command line tool.

LottieViewer_Capture

English badge