File size: 1,704 Bytes
3a238b7
 
d6b8d19
 
 
 
 
 
 
 
3a238b7
 
 
d6b8d19
 
 
 
 
3a238b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Trials

There are different version of the lottifile player:
1) http://airbnb.io/lottie/#/web
2) dotlottie-player(https://github.com/dotlottie/player-component)
3) regulat lotti palyer (https://github.com/LottieFiles/lottie-player)
4) There is also a jlottie - a smaller version, which does not offer all functions (https://github.com/LottieFiles/jlottie)
5) The interaction library https://github.com/LottieFiles/lottie-interactivity
6) Theming and one more have a look at: https://github.com/LottieFiles/lottie-interactivity

Thissince \gls{cnmc} 

<!-- load lotti js code -->
<!-- https://docs.lottiefiles.com/dotlottie-player/usage -->
<!-- can load lotti files and json files -->
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.js"></script>

<!-- lottiplayer - json files -->
<script src="https://unpkg.com/@lottiefiles/[email protected]/dist/lottie-player.js"></script>

<lottie-player
  autoplay
  controls
  loop
  mode="normal"
  src="https://assets5.lottiefiles.com/packages/lf20_mHIYUQrfMT.json"
  style="width: 320px">
</lottie-player>

<dotlottie-player
  autoplay
  controls
  loop
  mode="normal"
  src="./Data/7_Animation/Riksha.lottie"
  style="width: 320px"
>
</dotlottie-player>

<lottie-player
  autoplay
  controls
  loop
  mode="normal"
  src="./Data/7_Animation/Riksha.json"
  style="width: 320px">
</lottie-player>






  <!-- src="" -->



<div>
  <h1>Hello, World!</h1>
  <p>This is my first HTML code.</p>
</div>

<div>
  <h1>Hello, World!</h1>
  <script>
    document.write("This text is generated by JavaScript!");
  </script>
</div>


<div>
  <h1>Final header</h1>
  <p>This is my first HTML code.</p>
</div>