Murally

Developer
Size
1,789 Kb
Views
36,432

How do I make an murally?

Masking strokes. What is a murally? How do you make a murally? This script and codes were developed by Kittons on 09 September 2022, Friday.

Murally Previews

Murally - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>murally</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="svgContainer" style=""></div> <script src='https://labs.nearpod.com/bodymovin/demo/murally/bodymovin.js'></script>
<script src='https://labs.nearpod.com/bodymovin/demo/murally/data.js'></script> <script src="js/index.js"></script>
</body>
</html>

Murally - Script Codes CSS Codes

html{ margin: 0; padding: 0; background-color: black; text-align: center;
}
body,html{ width: 100%; height:100%; overflow:hidden;
}
#svgContainer{ width:100%; height:100%; background-color:#000;
}

Murally - Script Codes JS Codes

/* Shapes */
var svgContainer = document.getElementById('svgContainer');
var animItem = bodymovin.loadAnimation({ wrapper: svgContainer, animType: 'svg', loop: true, animationData: JSON.parse(animationData)
});
Murally - Script Codes
Murally - Script Codes
Home Page Home
Developer Kittons
Username airnan
Uploaded September 09, 2022
Rating 4.5
Size 1,789 Kb
Views 36,432
Do you need developer help for Murally?

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!

Kittons (airnan) Script Codes
Create amazing blog posts 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!