Transition Property

Developer
Size
1,653 Kb
Views
52,624

How do I make an transition property?

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

Transition Property Previews

Transition Property - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Transition Property</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 Property - 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, border-radius; transition-property: background, border-radius; -webkit-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: linear; transition-timing-function: linear; width: 95px;
}
.box:hover { background: #ff7b29; border-radius: 50%;
}
Transition Property - Script Codes
Transition Property - Script Codes
Home Page Home
Developer Shay Howe
Username shayhowe
Uploaded July 12, 2022
Rating 3
Size 1,653 Kb
Views 52,624
Do you need developer help for Transition Property?

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 sales emails 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!