Animation_ex1

Developer
Size
1,496 Kb
Views
24,288

How do I make an animation_ex1?

What is a animation_ex1? How do you make a animation_ex1? This script and codes were developed by JD Pirtle on 10 September 2022, Saturday.

Animation_ex1 Previews

Animation_ex1 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>animation_ex1</title> <script src="https://aframe.io/releases/0.3.2/aframe.min.js"></script>
</head>
<body> <!--- Basic Animation Example: Color and Depth -->
<a-scene> <!--- This is just a basic green sky --> <a-sky color="#43ef43"> </a-sky> <!--- Create a box with a slight rotation --> <a-box color="#0095DD" rotation="0 40 0" position="0 0 -10" height="3" width="3" depth="3"> <!--- The animations are inside the box! This is very important --> <a-animation attribute="depth" begin="2000" dur="2000" from="3" to="10" direction="alternate" repeat="indefinite"> </a-animation> <a-animation attribute="color" begin="3000" dur="3000" from="#0095DD" to="#dc42f4" direction="alternate" repeat="indefinite"> </a-animation> </a-box>
</a-scene>
</body>
</html>
Animation_ex1 - Script Codes
Animation_ex1 - Script Codes
Home Page Home
Developer JD Pirtle
Username jdpirtle
Uploaded September 10, 2022
Rating 3
Size 1,496 Kb
Views 24,288
Do you need developer help for Animation_ex1?

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!

JD Pirtle (jdpirtle) Script Codes
Create amazing love letters 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!