Transitions

Developer
Size
4,335 Kb
Views
40,480

How do I make an transitions?

Easy css page transitions. What is a transitions? How do you make a transitions? This script and codes were developed by Filipp on 21 August 2022, Sunday.

Transitions Previews

Transitions - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>transitions</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/bootflat/2.0.4/css/bootflat.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <head>	<meta charset="UTF-8" />	<title>GeneCraft</title>	<meta name="viewport" content="width=device-width, initial-scale=1.0">	<meta name="description" content="" />	<meta name="keywords" content="" />	<meta name="author" content="blossk" />	</head>	<body>	<div id="home" class="content">	<h2>About Us</h2>	<p>GENECRAFT is commited to delivering innovative products to the marketplace. It is the number one priority of every GENECRAFT associate to ensure that our breakthroughs in technology, quality and value will result in complete customer satisfaction.</p> <h3>Our profile</h3>	<p></p> <ul style="color:white"> <li>PCR and PCR-based technologies;</li> <li>cDNA technologies;</li> <li>gene analysis;</li> <li>and nucleic acid chemistry.</li> </ul> <br>	<p>Recently, the company has released a number of innovative products. The list of restriction enzymes offered by GeneCraft® includes some unique isoschizomeres, not provided by other suppliers. Several tools and kits for molecular biology are also offered.</p>	</div>	<div id="samples" class="panel">	<div class="content">	<h2>Free Samples</h2>	<p>Some really nice portfolio shots:</p>	</div>	</div>	<div id="offers" class="panel">	<div class="content">	<h2>Special Offers</h2>	<p>Some really nice portfolio shots:</p>	</div>	</div>	<div id="contact" class="panel">	<div class="content">	<h2>Contacts</h2> <p>When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.</p>	<p>Pityful a rethoric question ran over her cheek, then she continued her way. On her way she met a copy.</p>	</div>	</div>	<div id="header"> <h1>LOGO <span>ebaniy slogan</span></h1>	<ul id="navigation"> <li><a id="link-home" href="#home" class="button-1">About US</a></li> <li><a id="link-samples" href="#samples" class="button-1">Free Samples</a></li>	<li><a id="link-offers" href="#offers" class="button-1">Special Offers</a></li>	<li><a href="#http://shop.genecraft.us/" class="button-1">Products</a></li>	<li><a id="link-contact" href="#contact" class="button-1">Contacts</a></li>	</ul>	</div>	</body>
</html>
</body>
</html>

Transitions - Script Codes CSS Codes

@import url("https://fonts.googleapis.com/css?family=Montserrat|Orbitron");
html, body { height: 100%;
}
body { width: 100%; background: #005CBF; overflow-x: hidden; overflow-y: auto;
}
span { font-family: Montserrat; font-size: 0.5em; color: #fff;
}
#header { position: absolute; z-index: 2000; width: 100%; top: -30px;
}
#header h1 { font-size: 30px; font-family: Orbitron; font-weight: 400; text-transform: uppercase; color: rgba(255, 255, 255, 0.9); text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); padding: 20px; background: #000;
}
#navigation { margin-top: 20px; width: 235px; display: block; list-style: none; z-index: 3;
}
.content { right: 40px; left: 280px; top: 50px; position: absolute; padding-bottom: 0px;
}
.content h2 { font-size: 80px; font-family: Orbitron; padding: 0px 0px 0px 0px; margin-top: 52px; color: #fff; color: rgba(255, 255, 255, 0.9); text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
h3 { color: #fff;
}
.content p { font-size: 18px; padding: 10px; line-height: 24px; color: #fff; display: inline-block; border: 1px solid #007CBF; padding: 10px; margin: 3px 0px;
}
.panel { width: 98%; min-height: 100%; position: absolute; background-color: #000; box-shadow: 4px -4px 4px rgba(0, 0, 0, 0.2); margin-left: -102%; z-index: 2; -webkit-transition: all .6s ease-in-out; transition: all .6s ease-in-out;
}
.panel:target { margin-left: 0%; background-color: #005CBF;
}
#home:target ~ #header #navigation #link-home,
#portfolio:target ~ #header #navigation #link-portfolio,
#about:target ~ #header #navigation #link-about,
#contact:target ~ #header #navigation #link-contact { background: #000; color: #fff;
}
#works { padding: 15px 0px;
}
#works li { display: inline;
}
#form p { background: #fff; color: #000;
}
#form input, #form textarea { background: #000; color: #fff; border: none;
}
#form textarea { width: 493px; height: 100px;
}
#form label { padding-right: 10px; float: left;
}
.footnote a { color: #fff;
}
.one { width: 6.866%;
}
.button-1 { font-family: Montserrat; display: inline-block; padding: 20px 40px; margin: 10px 0; position: relative; color: #fff; border: 1px solid #fff; color: #fff; overflow: hidden; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.button-1:before { font-family: Montserrat; content: ""; z-index: -1; position: absolute; width: 100%; height: 100%; top: 0; left: -100%; background-color: #007CBF; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.button-1:hover { color: #fff;
}
.button-1:hover:before { left: 0;
}
Transitions - Script Codes
Transitions - Script Codes
Home Page Home
Developer Filipp
Username blossk
Uploaded August 21, 2022
Rating 3.5
Size 4,335 Kb
Views 40,480
Do you need developer help for Transitions?

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!

Filipp (blossk) Script Codes
Create amazing captions 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!