Hey everyone, I'm working on creating an animation where a phone falls from the top and then rotates and skews to give the illusion of a 3D shape when it reaches the bottom. However, I'm facing an issue with flickering in the animation when it hits 100% keyframes. Can anyone share some tips, tricks, or examples on how to achieve this smoothly? Thank you in advance! Below is the code I've been using:
<!DOCTYPE html>
<html>
<head>
<title></title>
<script defer src="brands.js"></script>
<script defer src="solid.js"></script>
<script defer src="fontawesome.js"></script>
<!-- Rest of the HTML content goes here -->
</body>
</html>