Playing with transition timing

Developer
Size
1,993 Kb
Views
32,384

How do I make an playing with transition timing?

Working and expirementing with transition-delays and skews :). What is a playing with transition timing? How do you make a playing with transition timing? This script and codes were developed by Matt Gross on 28 August 2022, Sunday.

Playing with transition timing Previews

Playing with transition timing - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Playing with transition timing</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul class="stuff"> <li class="line"></li> <li class="line"></li> <li class="line"></li> <li class="line"></li>
</ul>
<p class="note">Click these lines ></p> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Playing with transition timing - Script Codes CSS Codes

* { margin: 0; padding: 0; box-sizing: border-box;
}
body { background: #eee;
}
.stuff { text-align: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100px; margin: auto; -webkit-transform: skew(-22deg,0);
}
.line { background: #333; display: inline-block; vertical-align: top; list-style: none; height: 100%; width: 8px; position: relative; top: 50%; -webkit-transform: translateY(-50%); transition: .4s ease;
}
.stuff.active .line { height: 400%;
}
.line:nth-of-type(1) { transition-delay: .2s; }
.line:nth-of-type(2) { transition-delay: .3s; }
.line:nth-of-type(3) { transition-delay: .4s; }
.line:nth-of-type(4) { transition-delay: .5s; }
.note { position: fixed; top: 50%; left: 25%; color: #ccc;
}

Playing with transition timing - Script Codes JS Codes

$( 'ul.stuff' ).click(function() { $(this).toggleClass( "active" );
});
Playing with transition timing - Script Codes
Playing with transition timing - Script Codes
Home Page Home
Developer Matt Gross
Username mattgrosswork
Uploaded August 28, 2022
Rating 3
Size 1,993 Kb
Views 32,384
Do you need developer help for Playing with transition timing?

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!

Matt Gross (mattgrosswork) Script Codes
Create amazing SEO 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!