Animation mixin

Developer
Size
2,649 Kb
Views
10,120

How do I make an animation mixin?

Animation Mixin. What is a animation mixin? How do you make a animation mixin? This script and codes were developed by Pollardld on 29 November 2022, Tuesday.

Animation mixin Previews

Animation mixin - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>animation mixin</title>	<link href='https://fonts.googleapis.com/css?family=Rosarivo' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.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! */ @-webkit-keyframes $name { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); }
}
@keyframes $name { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); }
}
.animation { border-left: .5rem groove indianred; border-right: .5rem ridge indianred; border-radius: 50%; height: 20vh; position: relative; margin: 4rem auto; width: 20vh; animation: ani 5s infinite linear; -webkit-animation: ani 5s infinite linear;
}
body { background: #d8ffff; font-family: 'Rosarivo', serif; font-weight: normal; text-align: center;
}
h1, h2 { color: indianred;
}
a { color: #f18888; text-decoration: none;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <h1>Animation Mixin</h1>
<h2>Concept From <a href="https://codepen.io/thomgriggs/">Thom Griggs</a></h2>
<div class="animation"></div>
</body>
</html>

Animation mixin - Script Codes CSS Codes

@-webkit-keyframes $name { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); }
}
@keyframes $name { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); }
}
.animation { border-left: .5rem groove indianred; border-right: .5rem ridge indianred; border-radius: 50%; height: 20vh; position: relative; margin: 4rem auto; width: 20vh; animation: ani 5s infinite linear; -webkit-animation: ani 5s infinite linear;
}
body { background: #d8ffff; font-family: 'Rosarivo', serif; font-weight: normal; text-align: center;
}
h1, h2 { color: indianred;
}
a { color: #f18888; text-decoration: none;
}
Animation mixin - Script Codes
Animation mixin - Script Codes
Home Page Home
Developer Pollardld
Username pollardld
Uploaded November 29, 2022
Rating 3
Size 2,649 Kb
Views 10,120
Do you need developer help for Animation mixin?

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!

Pollardld (pollardld) Script Codes
Create amazing love letters 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!