Transition-duration

Developer
Size
1,935 Kb
Views
10,120

How do I make an transition-duration?

What is a transition-duration? How do you make a transition-duration? This script and codes were developed by Eric on 07 December 2022, Wednesday.

Transition-duration Previews

Transition-duration - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>transition-duration</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="block1"> <div class="block2"></div> <div class="block3"></div>
</div>
</body>
</html>

Transition-duration - Script Codes CSS Codes

.block1 { width: 200px; height: 200px; background: white; border: 2px solid black; transition-duration: 1s;
}
.block1:hover { background-color: red;
}
.block1:hover .block2 { background-color: blue;
}
.block1:hover .block3 { background-color: green; width: 150px;
}
.block2, .block3 { width: 50px; height: 50px; background: white; border: 2px solid black; transition-duration: 1s;
}
Transition-duration - Script Codes
Transition-duration - Script Codes
Home Page Home
Developer Eric
Username ericyericy
Uploaded December 07, 2022
Rating 3
Size 1,935 Kb
Views 10,120
Do you need developer help for Transition-duration?

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!

Eric (ericyericy) Script Codes
Name
NameCard
A Pen by Eric
Pen,pineapple,apple
Vue
Brand Guideline
V-on
Vue add del
CSS resume
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!