Messing with GSAP

Developer
Size
2,506 Kb
Views
38,456

How do I make an messing with gsap?

Learning GSAP. What is a messing with gsap? How do you make a messing with gsap? This script and codes were developed by Chris Maki on 12 August 2022, Friday.

Messing with GSAP Previews

Messing with GSAP - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Messing with GSAP</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> <h1>Lorem ipsum dolor sit amet, consectetur adipisicing elit</h1>
<h2 class="animate"> <div>Lorem</div> <div>ipsum </div> <div>dolor</div> <div>sit</div> <div>amet,</div> <div>consectetur</div> <div>adipisicing</div> <div>elit</div>
</h2>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/gsap/1.15.0/TweenMax.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Messing with GSAP - Script Codes CSS Codes

body { background-color: #F5F4E0; color: #fff; text-transform: uppercase; font-family: 'Arvo', serif;
}
.text-shadow { text-shadow: rgb(216, 215, 197) 1px 1px 0px, rgb(216, 215, 197) 2px 2px 0px, rgb(216, 215, 197) 3px 3px 0px, rgb(216, 215, 197) 4px 4px 0px, rgb(216, 215, 197) 5px 5px 0px, rgb(216, 215, 197) 6px 6px 0px, rgb(216, 215, 197) 7px 7px 0px, rgb(217, 216, 198) 8px 8px 0px, rgb(217, 216, 198) 9px 9px 0px, rgb(218, 217, 199) 10px 10px 0px, rgb(219, 218, 200) 11px 11px 0px, rgb(219, 218, 200) 12px 12px 0px, rgb(220, 219, 201) 13px 13px 0px, rgb(221, 220, 201) 14px 14px 0px, rgb(221, 220, 202) 15px 15px 0px, rgb(222, 221, 203) 16px 16px 0px, rgb(223, 222, 203) 17px 17px 0px, rgb(223, 222, 204) 18px 18px 0px, rgb(224, 223, 204) 19px 19px 0px, rgb(225, 224, 205) 20px 20px 0px, rgb(225, 224, 206) 21px 21px 0px, rgb(226, 225, 206) 22px 22px 0px, rgb(227, 226, 207) 23px 23px 0px, rgb(227, 226, 208) 24px 24px 0px, rgb(228, 227, 208) 25px 25px 0px, rgb(229, 228, 209) 26px 26px 0px, rgb(229, 228, 209) 27px 27px 0px, rgb(230, 229, 210) 28px 28px 0px, rgb(231, 230, 211) 29px 29px 0px, rgb(231, 230, 211) 30px 30px 0px, rgb(232, 231, 212) 31px 31px 0px, rgb(233, 232, 212) 32px 32px 0px, rgb(233, 232, 213) 33px 33px 0px, rgb(234, 233, 214) 34px 34px 0px, rgb(235, 234, 214) 35px 35px 0px, rgb(235, 234, 215) 36px 36px 0px, rgb(236, 235, 216) 37px 37px 0px, rgb(237, 236, 216) 38px 38px 0px, rgb(237, 236, 217) 39px 39px 0px, rgb(238, 237, 217) 40px 40px 0px, rgb(239, 238, 218) 41px 41px 0px, rgb(239, 238, 219) 42px 42px 0px, rgb(240, 239, 219) 43px 43px 0px, rgb(241, 240, 220) 44px 44px 0px, rgb(241, 240, 220) 45px 45px 0px, rgb(242, 241, 221) 46px 46px 0px, rgb(243, 242, 222) 47px 47px 0px, rgb(243, 242, 222) 48px 48px 0px, rgb(244, 243, 223) 49px 49px 0px, rgb(245, 244, 224) 50px 50px 0px;
}
.animate div { display: inline-block;
}
.box { background-color: gray; width: 50px; height: 50px; margin-top: 60px; display:inline-block
}

Messing with GSAP - Script Codes JS Codes


var tl = new TimelineLite();
tl.from("h1", .5, {x: 300,opacity: 0,skewX: 40,ease:Power4.easeInOut}, '+=.5')
.staggerFrom('.animate div', 0.5, {opacity:0, rotation:15}, .2)
.to('body', 1.2, {className: '+=text-shadow', ease:Power1.easeIn})
.staggerFrom('.box', 0.2 , {opacity:0, y: 200, rotation:10, ease:Bounce.easeOut}, .1)
Messing with GSAP - Script Codes
Messing with GSAP - Script Codes
Home Page Home
Developer Chris Maki
Username chrisMaki
Uploaded August 12, 2022
Rating 3
Size 2,506 Kb
Views 38,456
Do you need developer help for Messing with GSAP?

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!

Chris Maki (chrisMaki) 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!