Playing with transition timing
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 - 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" );
});

Developer | Matt Gross |
Username | mattgrosswork |
Uploaded | August 28, 2022 |
Rating | 3 |
Size | 1,993 Kb |
Views | 32,368 |
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!
Name | Size |
JS Input Selector | 2,182 Kb |
CSS-Only Fly Menu | 3,744 Kb |
Simple Skewed Image Container | 1,676 Kb |
Super Basic Menu with Best Practices | 1,639 Kb |
Stacking Shadows | 2,146 Kb |
Fiddling with css-only parallax | 2,996 Kb |
Easy Lines Around a Subtitle | 1,807 Kb |
Masonry-Style Layout in CSS | 2,116 Kb |
Site Menu | 6,873 Kb |
Fullscreen Video Background | 1,706 Kb |
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!
Name | Username | Size |
Foundation 5 Menu - Accessibility | Xporter | 1,999 Kb |
Faces SVG animation | ScavengerFrontend | 2,957 Kb |
Drill-down Map | Good886 | 8,484 Kb |
A Pen by Michael Parenteau | Michaelparenteau | 2,133 Kb |
Glitchy Text Effect | Kescoe | 2,208 Kb |
Right Click Menu | Anodpixels | 2,252 Kb |
Loading animation | Codeams | 2,408 Kb |
Slick Slider | Wearebold | 5,913 Kb |
CSS Patterns | Alyda | 3,953 Kb |
Import shader in three.js | Khangeldy | 2,636 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!