Animation Direction

Developer
Size
4,879 Kb
Views
60,720

How do I make an animation direction?

Same animation, different directions.. What is a animation direction? How do you make a animation direction? This script and codes were developed by Katy DeCorah on 28 July 2022, Thursday.

Animation Direction Previews

Animation Direction - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Animation Direction</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script>
<link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='css/23c0352cf1813420a04865d33.css'> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { background: #303030; font-family: 'Alegreya Sans SC', sans-serif; color: rgba(255, 255, 255, 0.5);
}
.no-flexbox .container { margin: 1em auto 0;
}
.dots { margin: 0.5em 0 1em; position: relative;
}
.dot { width: 2em; height: 2em; background: rgba(187, 74, 62, 0.75); border-radius: 100%; display: inline-block;
}
.alternate .dot:nth-of-type(1) { animation: boing 0.25s linear alternate infinite 0.2s;
}
.normal .dot:nth-of-type(1) { animation: boing 0.25s linear normal infinite 0.2s;
}
.reverse .dot:nth-of-type(1) { animation: boing 0.25s linear reverse infinite 0.2s;
}
.alternate-reverse .dot:nth-of-type(1) { animation: boing 0.25s linear alternate-reverse infinite 0.2s;
}
.alternate .dot:nth-of-type(2) { animation: boing 0.25s linear alternate infinite 0.4s;
}
.normal .dot:nth-of-type(2) { animation: boing 0.25s linear normal infinite 0.4s;
}
.reverse .dot:nth-of-type(2) { animation: boing 0.25s linear reverse infinite 0.4s;
}
.alternate-reverse .dot:nth-of-type(2) { animation: boing 0.25s linear alternate-reverse infinite 0.4s;
}
.alternate .dot:nth-of-type(3) { animation: boing 0.25s linear alternate infinite 0.6s;
}
.normal .dot:nth-of-type(3) { animation: boing 0.25s linear normal infinite 0.6s;
}
.reverse .dot:nth-of-type(3) { animation: boing 0.25s linear reverse infinite 0.6s;
}
.alternate-reverse .dot:nth-of-type(3) { animation: boing 0.25s linear alternate-reverse infinite 0.6s;
}
.alternate .dot:nth-of-type(4) { animation: boing 0.25s linear alternate infinite 0.8s;
}
.normal .dot:nth-of-type(4) { animation: boing 0.25s linear normal infinite 0.8s;
}
.reverse .dot:nth-of-type(4) { animation: boing 0.25s linear reverse infinite 0.8s;
}
.alternate-reverse .dot:nth-of-type(4) { animation: boing 0.25s linear alternate-reverse infinite 0.8s;
}
.alternate .dot:nth-of-type(5) { animation: boing 0.25s linear alternate infinite 1s;
}
.normal .dot:nth-of-type(5) { animation: boing 0.25s linear normal infinite 1s;
}
.reverse .dot:nth-of-type(5) { animation: boing 0.25s linear reverse infinite 1s;
}
.alternate-reverse .dot:nth-of-type(5) { animation: boing 0.25s linear alternate-reverse infinite 1s;
}
.alternate .dot:nth-of-type(6) { animation: boing 0.25s linear alternate infinite 1.2s;
}
.normal .dot:nth-of-type(6) { animation: boing 0.25s linear normal infinite 1.2s;
}
.reverse .dot:nth-of-type(6) { animation: boing 0.25s linear reverse infinite 1.2s;
}
.alternate-reverse .dot:nth-of-type(6) { animation: boing 0.25s linear alternate-reverse infinite 1.2s;
}
.alternate .dot:nth-of-type(7) { animation: boing 0.25s linear alternate infinite 1.4s;
}
.normal .dot:nth-of-type(7) { animation: boing 0.25s linear normal infinite 1.4s;
}
.reverse .dot:nth-of-type(7) { animation: boing 0.25s linear reverse infinite 1.4s;
}
.alternate-reverse .dot:nth-of-type(7) { animation: boing 0.25s linear alternate-reverse infinite 1.4s;
}
.alternate .dot:nth-of-type(8) { animation: boing 0.25s linear alternate infinite 1.6s;
}
.normal .dot:nth-of-type(8) { animation: boing 0.25s linear normal infinite 1.6s;
}
.reverse .dot:nth-of-type(8) { animation: boing 0.25s linear reverse infinite 1.6s;
}
.alternate-reverse .dot:nth-of-type(8) { animation: boing 0.25s linear alternate-reverse infinite 1.6s;
}
.alternate .dot:nth-of-type(9) { animation: boing 0.25s linear alternate infinite 1.8s;
}
.normal .dot:nth-of-type(9) { animation: boing 0.25s linear normal infinite 1.8s;
}
.reverse .dot:nth-of-type(9) { animation: boing 0.25s linear reverse infinite 1.8s;
}
.alternate-reverse .dot:nth-of-type(9) { animation: boing 0.25s linear alternate-reverse infinite 1.8s;
}
.alternate .dot:nth-of-type(10) { animation: boing 0.25s linear alternate infinite 2s;
}
.normal .dot:nth-of-type(10) { animation: boing 0.25s linear normal infinite 2s;
}
.reverse .dot:nth-of-type(10) { animation: boing 0.25s linear reverse infinite 2s;
}
.alternate-reverse .dot:nth-of-type(10) { animation: boing 0.25s linear alternate-reverse infinite 2s;
}
.alternate .dot:nth-of-type(11) { animation: boing 0.25s linear alternate infinite 2.2s;
}
.normal .dot:nth-of-type(11) { animation: boing 0.25s linear normal infinite 2.2s;
}
.reverse .dot:nth-of-type(11) { animation: boing 0.25s linear reverse infinite 2.2s;
}
.alternate-reverse .dot:nth-of-type(11) { animation: boing 0.25s linear alternate-reverse infinite 2.2s;
}
.alternate .dot:nth-of-type(12) { animation: boing 0.25s linear alternate infinite 2.4s;
}
.normal .dot:nth-of-type(12) { animation: boing 0.25s linear normal infinite 2.4s;
}
.reverse .dot:nth-of-type(12) { animation: boing 0.25s linear reverse infinite 2.4s;
}
.alternate-reverse .dot:nth-of-type(12) { animation: boing 0.25s linear alternate-reverse infinite 2.4s;
}
.alternate .dot:nth-of-type(13) { animation: boing 0.25s linear alternate infinite 2.6s;
}
.normal .dot:nth-of-type(13) { animation: boing 0.25s linear normal infinite 2.6s;
}
.reverse .dot:nth-of-type(13) { animation: boing 0.25s linear reverse infinite 2.6s;
}
.alternate-reverse .dot:nth-of-type(13) { animation: boing 0.25s linear alternate-reverse infinite 2.6s;
}
@keyframes boing { to { -moz-transform: translate(-1em, 0); -ms-transform: translate(-1em, 0); -webkit-transform: translate(-1em, 0); transform: translate(-1em, 0); background: rgba(68, 181, 193, 0.75); }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class='container'> <div class='dots normal'> <div class='label'>normal</div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> </div> <div class='dots reverse'> <div class='label'>reverse</div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> </div> <div class='alternate dots'> <div class='label'>alternate</div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> </div> <div class='alternate-reverse dots'> <div class='label'>alternate-reverse</div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Animation Direction - Script Codes CSS Codes

body { background: #303030; font-family: 'Alegreya Sans SC', sans-serif; color: rgba(255, 255, 255, 0.5);
}
.no-flexbox .container { margin: 1em auto 0;
}
.dots { margin: 0.5em 0 1em; position: relative;
}
.dot { width: 2em; height: 2em; background: rgba(187, 74, 62, 0.75); border-radius: 100%; display: inline-block;
}
.alternate .dot:nth-of-type(1) { animation: boing 0.25s linear alternate infinite 0.2s;
}
.normal .dot:nth-of-type(1) { animation: boing 0.25s linear normal infinite 0.2s;
}
.reverse .dot:nth-of-type(1) { animation: boing 0.25s linear reverse infinite 0.2s;
}
.alternate-reverse .dot:nth-of-type(1) { animation: boing 0.25s linear alternate-reverse infinite 0.2s;
}
.alternate .dot:nth-of-type(2) { animation: boing 0.25s linear alternate infinite 0.4s;
}
.normal .dot:nth-of-type(2) { animation: boing 0.25s linear normal infinite 0.4s;
}
.reverse .dot:nth-of-type(2) { animation: boing 0.25s linear reverse infinite 0.4s;
}
.alternate-reverse .dot:nth-of-type(2) { animation: boing 0.25s linear alternate-reverse infinite 0.4s;
}
.alternate .dot:nth-of-type(3) { animation: boing 0.25s linear alternate infinite 0.6s;
}
.normal .dot:nth-of-type(3) { animation: boing 0.25s linear normal infinite 0.6s;
}
.reverse .dot:nth-of-type(3) { animation: boing 0.25s linear reverse infinite 0.6s;
}
.alternate-reverse .dot:nth-of-type(3) { animation: boing 0.25s linear alternate-reverse infinite 0.6s;
}
.alternate .dot:nth-of-type(4) { animation: boing 0.25s linear alternate infinite 0.8s;
}
.normal .dot:nth-of-type(4) { animation: boing 0.25s linear normal infinite 0.8s;
}
.reverse .dot:nth-of-type(4) { animation: boing 0.25s linear reverse infinite 0.8s;
}
.alternate-reverse .dot:nth-of-type(4) { animation: boing 0.25s linear alternate-reverse infinite 0.8s;
}
.alternate .dot:nth-of-type(5) { animation: boing 0.25s linear alternate infinite 1s;
}
.normal .dot:nth-of-type(5) { animation: boing 0.25s linear normal infinite 1s;
}
.reverse .dot:nth-of-type(5) { animation: boing 0.25s linear reverse infinite 1s;
}
.alternate-reverse .dot:nth-of-type(5) { animation: boing 0.25s linear alternate-reverse infinite 1s;
}
.alternate .dot:nth-of-type(6) { animation: boing 0.25s linear alternate infinite 1.2s;
}
.normal .dot:nth-of-type(6) { animation: boing 0.25s linear normal infinite 1.2s;
}
.reverse .dot:nth-of-type(6) { animation: boing 0.25s linear reverse infinite 1.2s;
}
.alternate-reverse .dot:nth-of-type(6) { animation: boing 0.25s linear alternate-reverse infinite 1.2s;
}
.alternate .dot:nth-of-type(7) { animation: boing 0.25s linear alternate infinite 1.4s;
}
.normal .dot:nth-of-type(7) { animation: boing 0.25s linear normal infinite 1.4s;
}
.reverse .dot:nth-of-type(7) { animation: boing 0.25s linear reverse infinite 1.4s;
}
.alternate-reverse .dot:nth-of-type(7) { animation: boing 0.25s linear alternate-reverse infinite 1.4s;
}
.alternate .dot:nth-of-type(8) { animation: boing 0.25s linear alternate infinite 1.6s;
}
.normal .dot:nth-of-type(8) { animation: boing 0.25s linear normal infinite 1.6s;
}
.reverse .dot:nth-of-type(8) { animation: boing 0.25s linear reverse infinite 1.6s;
}
.alternate-reverse .dot:nth-of-type(8) { animation: boing 0.25s linear alternate-reverse infinite 1.6s;
}
.alternate .dot:nth-of-type(9) { animation: boing 0.25s linear alternate infinite 1.8s;
}
.normal .dot:nth-of-type(9) { animation: boing 0.25s linear normal infinite 1.8s;
}
.reverse .dot:nth-of-type(9) { animation: boing 0.25s linear reverse infinite 1.8s;
}
.alternate-reverse .dot:nth-of-type(9) { animation: boing 0.25s linear alternate-reverse infinite 1.8s;
}
.alternate .dot:nth-of-type(10) { animation: boing 0.25s linear alternate infinite 2s;
}
.normal .dot:nth-of-type(10) { animation: boing 0.25s linear normal infinite 2s;
}
.reverse .dot:nth-of-type(10) { animation: boing 0.25s linear reverse infinite 2s;
}
.alternate-reverse .dot:nth-of-type(10) { animation: boing 0.25s linear alternate-reverse infinite 2s;
}
.alternate .dot:nth-of-type(11) { animation: boing 0.25s linear alternate infinite 2.2s;
}
.normal .dot:nth-of-type(11) { animation: boing 0.25s linear normal infinite 2.2s;
}
.reverse .dot:nth-of-type(11) { animation: boing 0.25s linear reverse infinite 2.2s;
}
.alternate-reverse .dot:nth-of-type(11) { animation: boing 0.25s linear alternate-reverse infinite 2.2s;
}
.alternate .dot:nth-of-type(12) { animation: boing 0.25s linear alternate infinite 2.4s;
}
.normal .dot:nth-of-type(12) { animation: boing 0.25s linear normal infinite 2.4s;
}
.reverse .dot:nth-of-type(12) { animation: boing 0.25s linear reverse infinite 2.4s;
}
.alternate-reverse .dot:nth-of-type(12) { animation: boing 0.25s linear alternate-reverse infinite 2.4s;
}
.alternate .dot:nth-of-type(13) { animation: boing 0.25s linear alternate infinite 2.6s;
}
.normal .dot:nth-of-type(13) { animation: boing 0.25s linear normal infinite 2.6s;
}
.reverse .dot:nth-of-type(13) { animation: boing 0.25s linear reverse infinite 2.6s;
}
.alternate-reverse .dot:nth-of-type(13) { animation: boing 0.25s linear alternate-reverse infinite 2.6s;
}
@keyframes boing { to { -moz-transform: translate(-1em, 0); -ms-transform: translate(-1em, 0); -webkit-transform: translate(-1em, 0); transform: translate(-1em, 0); background: rgba(68, 181, 193, 0.75); }
}
Animation Direction - Script Codes
Animation Direction - Script Codes
Home Page Home
Developer Katy DeCorah
Username katydecorah
Uploaded July 28, 2022
Rating 4.5
Size 4,879 Kb
Views 60,720
Do you need developer help for Animation Direction?

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!

Katy DeCorah (katydecorah) Script Codes
Create amazing marketing copy 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!