Animate

Developer
Size
1,847 Kb
Views
6,072

How do I make an animate?

What is a animate? How do you make a animate? This script and codes were developed by Tom Stark on 10 December 2022, Saturday.

Animate Previews

Animate - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Animate</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="modal-off" id="addSubjectModalContent">
</div>
<button onclick="AddSubjectModal();">Click Me</button> <script src="js/index.js"></script>
</body>
</html>

Animate - Script Codes CSS Codes

.modal-on { background-color: pink; height: 100px; width: 100px; display: block; position: fixed; left: 50%; animation: modalDrop 600ms ease-in-out 0s 1 normal forwards;
}
.modal-off { transform: translate(-50%, -200%); background-color: pink; height: 100px; width: 100px; display: block; position: fixed; left: 50%;
}
@keyframes modalDrop { 0% { transform: translate(-50%, -200%); } 100% { transform: translate(-50%, 50%); }
}

Animate - Script Codes JS Codes

function AddSubjectModal() { if (document.getElementById("addSubjectModalContent").style.display == "block") { document.getElementById("addSubjectModalContent").style.display = "none"; document.getElementById("addSubjectModalContent").className = "modal-off"; } else { document.getElementById("addSubjectModalContent").style.display = "block"; document.getElementById("addSubjectModalContent").className = "modal-on"; }
}
Animate - Script Codes
Animate - Script Codes
Home Page Home
Developer Tom Stark
Username TomStark16
Uploaded December 10, 2022
Rating 3
Size 1,847 Kb
Views 6,072
Do you need developer help for Animate?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Tom Stark (TomStark16) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!