Explosion

Developer
Size
1,830 Kb
Views
62,744

How do I make an explosion?

What is a explosion? How do you make a explosion? This script and codes were developed by Lisakitty on 30 July 2022, Saturday.

Explosion Previews

Explosion - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>explosion </title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <center><img id="TNT" src="http://files.gamebanana.com/img/ico/sprays/4ecb328ca104a.png"></center>
<div id="box"></div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Explosion - Script Codes CSS Codes

body { margin: 0;
}
#TNT { height:200px; width:200px; margin-top:-200px;
}
#box { width:100%; height:180px; background-color:rgb(50, 80, 255); position: absolute; bottom: 0;
}

Explosion - Script Codes JS Codes

$("#TNT").animate({"margin-top":"250px"}, 500, "swing", function(){ $(this).attr("src", "http://i651.photobucket.com/albums/uu236/416o/explosion.gif");
});
Explosion - Script Codes
Explosion - Script Codes
Home Page Home
Developer Lisakitty
Username Lisakitty
Uploaded July 30, 2022
Rating 3
Size 1,830 Kb
Views 62,744
Do you need developer help for Explosion?

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!

Lisakitty (Lisakitty) Script Codes
Create amazing web content 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!