Skip to content

Commit

Permalink
debugged
Browse files Browse the repository at this point in the history
  • Loading branch information
STRIZERORTIX authored Sep 12, 2021
1 parent f3c89bc commit 571e285
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions codes/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<link rel="icon" type="text/css" href="../images/main page/THE TECH SHOP-logos_white.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>v
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap" rel="stylesheet">
</head>
<body>
Expand Down Expand Up @@ -53,7 +53,7 @@ <h1 style="font-family: Source Sans Pro; color: black">GIVE YOUR WORK THE TECHNO
</div>
<div class="column1">
<!--<img src="../images/main page/i7.png"> -->
<lottie-player id="firstLottie" src="https://assets6.lottiefiles.com/packages/lf20_SGpOhb.json" style="width:400px; height: 400px;">"></lottie-player>
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_SGpOhb.json" background="transparent" speed="1" style="width: 650px; height: 300px;" loop controls autoplay></lottie-player>
</div>
</div>
</div>
Expand Down Expand Up @@ -309,19 +309,5 @@ <h3>Follow Us</h3>
}
}
</script>

<script>
LottieInteractivity.create({
mode:"scroll",
player:'#firstLottie',
actions: [
{
visibility:[0,1],
type: "seek",
frames: [0, 300],
},
]
});
</script>
</body>
</html>

0 comments on commit 571e285

Please sign in to comment.