Transition

Developer
Size
1,664 Kb
Views
54,648

How do I make an transition?

What is a transition? How do you make a transition? This script and codes were developed by Garrett Saiki on 13 July 2022, Wednesday.

Transition Previews

Transition - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Transition</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!--Main Nav-->
<header> <nav> <ul> <li><a href="">Link 1</a></li> <li><a href="">Link 2</a></li> <li><a href="">Link 3</a></li> </ul> </nav>
</header>
<!-- footer nav -->
<footer>
<nav> <ul> <li><a href="">Link 1</a></li> <li><a href="">Link 2</a></li> <li><a href="">Link 3</a></li> </ul>
</nav>
</footer>
</body>
</html>

Transition - Script Codes CSS Codes

header nav {
}
header li { list-style: none; height: 50px; width: 50px; text-align: center; display: inline-block;
}
/*first frame of animation*/
header a:link,
header a:visited { background: #000; color: white; text-decoration: none; line-height: 50px; display: block; height: 50px; width: 50px; transition: background 1s ease-in, border-radius .5s 1s;
}
/*last frame of animation*/
header a:hover { background: teal; border-radius: 20px;
}
nav a {
}
Transition - Script Codes
Transition - Script Codes
Home Page Home
Developer Garrett Saiki
Username gsaiki
Uploaded July 13, 2022
Rating 3
Size 1,664 Kb
Views 54,648
Do you need developer help for Transition?

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!

Garrett Saiki (gsaiki) Script Codes
Create amazing art & images 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!