Transition

Developer
Size
1,632 Kb
Views
64,768

How do I make an transition?

What is a transition? How do you make a transition? This script and codes were developed by Shay Howe on 12 July 2022, Tuesday.

Transition Previews

Transition - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Transition</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="box">Box</div>
</body>
</html>

Transition - Script Codes CSS Codes

body { color: #fff; font: 600 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;
}
.box { background: #2db34a; border-radius: 6px; cursor: pointer; height: 95px; line-height: 95px; text-align: center; -webkit-transition-property: background; transition-property: background; -webkit-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: linear; transition-timing-function: linear; width: 95px;
}
.box:hover { background: #ff7b29;
}
Transition - Script Codes
Transition - Script Codes
Home Page Home
Developer Shay Howe
Username shayhowe
Uploaded July 12, 2022
Rating 3
Size 1,632 Kb
Views 64,768
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!

Shay Howe (shayhowe) 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!