Registrierung angepasst. Lottie json
This commit is contained in:
parent
b368669102
commit
15284f8138
1
media/register.json
Normal file
1
media/register.json
Normal file
File diff suppressed because one or more lines are too long
@ -96,7 +96,7 @@ $(document).ready(function(){
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lottie-container" id="lottie-container"></div>
|
||||
<!--<div class="lottie-container" id="lottie-container"></div>-->
|
||||
<script type="text/javascript">
|
||||
var item = bodymovin.loadAnimation({
|
||||
wrapper: document.getElementById('lottie-container'),
|
||||
|
@ -11,19 +11,32 @@
|
||||
<script src="../jquery/jquery-3.4.1.min.js"></script>
|
||||
<link rel="stylesheet" href="../bootstrap/node_modules/bootstrap-icons/font/bootstrap-icons.css">
|
||||
<link href = "../jquery/jquery-ui-themes-1.13.2/jquery-ui.css" rel = "stylesheet">
|
||||
<script src="../js/lottie_bodymovin/lottie.min.js"></script>
|
||||
<style type="text/css">
|
||||
.lottie-container {
|
||||
justify-content: center;
|
||||
top: 40px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 20px;
|
||||
height: 80px;
|
||||
pointer-events: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
<main>
|
||||
<!--Anwendung-->
|
||||
<script src="../js/components/selfregistration.js"></script>
|
||||
|
||||
<div class="lottie-container" id="lottie-container"></div>
|
||||
<div class="container-fluid">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<i class="fa-solid fa-user"></i>
|
||||
JU & MI Registrierung
|
||||
|
||||
Melde dich zum Jugendchor an!
|
||||
</div>
|
||||
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="row mt-2 mt-sm-4 mb-2 mb-sm-4">
|
||||
@ -71,6 +84,15 @@
|
||||
<div id="msg"></div>
|
||||
<div id="msg1"></div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var item = bodymovin.loadAnimation({
|
||||
wrapper: document.getElementById('lottie-container'),
|
||||
animType: 'svg',
|
||||
loop: true,
|
||||
autoplay: true,
|
||||
path: '../media/register.json'
|
||||
});
|
||||
</script>
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user