Engagement

Size
3,026 Kb
Views
18,216

How do I make an engagement?

Parallax waves experiment. Really good ending. Wish me luck. :). What is a engagement? How do you make a engagement? This script and codes were developed by Jerusha Johnson on 14 October 2022, Friday.

Engagement Previews

Engagement - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Engagement</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Raleway:300'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='wave1'></div>
<div class='wave2'></div>
<div class='wave3'></div>
<div class='ring'> <div class='ring2'></div>
</div>
<div class='question'> <h3>Carla, will you</h3> <h3>marry me for real?</h3>
</div>
<div class='clouds'> <div class='cloud1'></div> <div class='cloud2'></div> <div class='cloud3'></div> <div class='cloud4'></div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Engagement - Script Codes CSS Codes

html{ background:#BFEFFF;
}
/*----------------- Waves
-----------------*/
.wave1{ background:#177b8f; height:300px; position:absolute; width:250%; bottom:0; left:-20%; z-index:1; -ms-animation: background 3s infinite alternate;	-moz-animation: background 3s infinite alternate;	-webkit-animation: background 3s infinite alternate;	-o-animation: background 3s infinite alternate;	animation: background 3s infinite alternate;
}
.wave1:after{ content:''; width:300px; height:100px; background:#BFEFFF; position:absolute; border-radius:50%; top:-50px; box-shadow: 300px 0 0 0 #BFEFFF, 600px 0 0 0 #BFEFFF, 900px 0 0 0 #BFEFFF, 1200px 0 0 0 #BFEFFF, 1500px 0 0 0 #BFEFFF, 1800px 0 0 0 #BFEFFF ;
}
.wave2{ background:#1D9AB3; height:200px; position:absolute; width:250%; bottom:0; left:-20%; z-index:10; -ms-animation: middle 2s infinite alternate;	-moz-animation: middle 2s infinite alternate;	-webkit-animation: middle 2s infinite alternate;	-o-animation: middle 2s infinite alternate;	animation: middle 2s infinite alternate;
}
.wave2:after{ content:''; width:200px; height:100px; background:#177b8f; position:absolute; border-radius:50%; top:-50px; left:-50px; box-shadow: 200px 0 0 0 #177b8f, 400px 0 0 0 #177b8f, 600px 0 0 0 #177b8f, 800px 0 0 0 #177b8f, 1000px 0 0 0 #177b8f, 1200px 0 0 0 #177b8f, 1400px 0 0 0 #177b8f, 1600px 0 0 0 #177b8f, 1800px 0 0 0 #177b8f ;
}
.wave3{ background:#4aaec2; height:100px; width:250%; bottom:0; left:-20%; position:absolute; z-index:11; -ms-animation: first 1.5s infinite alternate;	-moz-animation: first 1.5s infinite alternate;	-webkit-animation: first 1.5s infinite alternate;	-o-animation: first 1.5s infinite alternate;	animation: first 1.5s infinite alternate;
}
.wave3:after{ content:''; width:150px; height:100px; background:#1D9AB3; position:absolute; border-radius:50%; top:-50px; left:-70px; box-shadow: 150px 0 0 0 #1D9AB3, 300px 0 0 0 #1D9AB3, 450px 0 0 0 #1D9AB3, 600px 0 0 0 #1D9AB3, 750px 0 0 0 #1D9AB3, 900px 0 0 0 #1D9AB3, 1050px 0 0 0 #1D9AB3, 1200px 0 0 0 #1D9AB3, 1350px 0 0 0 #1D9AB3, 1500px 0 0 0 #1D9AB3, 1650px 0 0 0 #1D9AB3, 1800px 0 0 0 #1D9AB3, 1950px 0 0 0 #1D9AB3 ;
}
/*----------------- Clouds
-----------------*/
.cloud1{ width:150px; height:50px; background:#fff; border-radius:50%; position:absolute; left:60px; top:10px; box-shadow: 50px 10px 0 0 #fff, 25px 40px 0 0 #fff, -50px 20px 0 0 #fff, -40px 50px 0 0 #fff ;
}
.cloud2{ width:350px; height:90px; background:#fff; border-radius:50%; position:absolute; left:160px; top:150px; box-shadow: 50px 10px 0 0 #fff, 75px 40px 0 0 #fff, -125px 20px 0 0 #fff, -20px 60px 0 0 #fff ;
}
.cloud3{ width:250px; height:70px; background:#fff; border-radius:50%; position:absolute; right:160px; top:30px; box-shadow: 70px 10px 0 0 #fff, 35px 40px 0 0 #fff, -50px 10px 0 0 #fff, -40px 30px 0 0 #fff ;
}
.cloud4{ width:100px; height:50px; background:#fff; border-radius:50%; position:absolute; right:60px; top:240px; box-shadow: 50px 10px 0 0 #fff, 25px 40px 0 0 #fff, -50px 20px 0 0 #fff, -40px 50px 0 0 #fff ;
}
/*----------------- Ring
-----------------*/
.ring{ width:100px; height:100px; border-radius:50%; background:#ffd700; position:relative; top:100px; left:435px;
}
.ring2{ width:80px; height:80px; border-radius:50%; background:#ffd700; position:absolute; top:10px; left:10px;
}
.ring:before{ content:''; width:80px; height:80px; border-radius:50%; background:#BFEFFF; position:absolute; top:10px; left:10px;
}
/*----------------- Question
-----------------*/
.question{ position:absolute; font-weight:300; font-family: 'Raleway', sans-serif; text-align:center; opacity:0; line-height:7em; left: 410px; top: 0;
}
/*----------------- Paralax
-----------------*/
@-ms-keyframes background { 0% { -ms-transform: translatex(-10px); } 100% { -ms-transform: translatex(10px); } }
@-moz-keyframes background { 0% { -moz-transform: translatex(-10px); } 100% { -moz-transform: translatex(10px); } }
@-webkit-keyframes background { 0% { -webkit-transform: translatex(-10px); } 100% { -webkit-transform: translatex(10px); } }
@-o-keyframes background { 0% { -o-transform: translatex(-10px); } 100% { -o-transform: translatex(10px); } }
@keyframes background { 0% { transform: translatex(-10px); } 100% { transform: translatex(10px); } }
@-ms-keyframes middle { 0% { -ms-transform: translatex(15px); } 100% { -ms-transform: translatex(-15px); } }
@-moz-keyframes middle { 0% { -moz-transform: translatex(15px); } 100% { -moz-transform: translatex(-15px); } }
@-webkit-keyframes middle { 0% { -webkit-transform: translatex(15px); } 100% { -webkit-transform: translatex(-15px); } }
@-o-keyframes middle { 0% { -o-transform: translatex(15px); } 100% { -o-transform: translatex(-15px); } }
@keyframes middle { 0% { transform: translatex(15px); } 100% { transform: translatex(-15px); } }
@-ms-keyframes first { 0% { -ms-transform: translatex(-10px); } 100% { -ms-transform: translatex(10px); } }
@-moz-keyframes first { 0% { -moz-transform: translatex(-10px); } 100% { -moz-transform: translatex10px); } }
@-webkit-keyframes first { 0% { -webkit-transform: translatex(-10px); } 100% { -webkit-transform: translatex(10px; } }
@-o-keyframes first { 0% { -o-transform: translatex(-10px); } 100% { -o-transform: translatex(10px); } }
@keyframes first { 0% { transform: translatex(-10px; } 100% { transform: translatex(10px); } }

Engagement - Script Codes JS Codes

$('.clouds').mouseenter(function(){ $('.cloud1').animate({left: '-20px'},'200'); $('.cloud2').animate({left: '-220px'},'200'); $('.cloud3').animate({right: '-200px'},'200'); $('.cloud4').animate({right: '-30px'},'200'); $('.ring2').hide(); $('.question').animate({top:'10px', opacity: '.75'},'300');
});
Engagement - Script Codes
Engagement - Script Codes
Home Page Home
Developer Jerusha Johnson
Username bonzaipenguin
Uploaded October 14, 2022
Rating 3.5
Size 3,026 Kb
Views 18,216
Do you need developer help for Engagement?

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!

Jerusha Johnson (bonzaipenguin) 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!