From 215f85a6f16ca2f969f1c629b1ceb6d2f27fd63e Mon Sep 17 00:00:00 2001 From: Carlos A Date: Wed, 1 Mar 2023 15:39:55 +0100 Subject: [PATCH] add demos --- lottietrimmer.html | 261 ++++++++++++++++++++++++++++++++++++ simplelottieplayer.html | 163 ++++++++++++++++++++++ verysimplelottieplayer.html | 39 ++++++ 3 files changed, 463 insertions(+) create mode 100644 lottietrimmer.html create mode 100644 simplelottieplayer.html create mode 100644 verysimplelottieplayer.html diff --git a/lottietrimmer.html b/lottietrimmer.html new file mode 100644 index 0000000..9d8bdd6 --- /dev/null +++ b/lottietrimmer.html @@ -0,0 +1,261 @@ + + + + + + + + Lottie Files trimming application + + + + + + + + + + + +
+
+

Simple LottieFile Trimmer

+ +
+
+
+
+
+

this is an application to make that an animation downloaded from LottieFiles is trimmed (i.e.) the borders are removed

+
+
+

add your animation

+

you can drop a file, paste an url or file, or press here to browse for a file

+
+ +
+
+ +
+ + + +
+
+ +
+ download +
+
+
+
+
+
+ + + + \ No newline at end of file diff --git a/simplelottieplayer.html b/simplelottieplayer.html new file mode 100644 index 0000000..908579b --- /dev/null +++ b/simplelottieplayer.html @@ -0,0 +1,163 @@ + + + + + + + + Simple Lottie Files Player + + + + + + +
+
+

Simple LottieFile Player

+ +
+
+
+
+
+

an application to preview LottieFiles animations

+
+
+

drop your animation

+

or press here to browse

+
+ +
+
+ download +
+
+
+ + + + + + \ No newline at end of file diff --git a/verysimplelottieplayer.html b/verysimplelottieplayer.html new file mode 100644 index 0000000..80010cd --- /dev/null +++ b/verysimplelottieplayer.html @@ -0,0 +1,39 @@ + + + + + + + + Very Simple Lottie Files Player + + + + + + +
+
+

Simple LottieFile Player

+ +
+
+ + + \ No newline at end of file