CSS Animations basic demo
How do I make an css animations basic demo?
What is a css animations basic demo? How do you make a css animations basic demo? This script and codes were developed by Martin Michálek on 29 September 2022, Thursday.
CSS Animations basic demo - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Animations basic demo</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script> <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! */ .example { background: #b3e888; padding: 2em;
}
.example:hover,
.example:focus,
.example:active { animation: my_blink_animation 1s infinite;
}
@keyframes my_blink_animation { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; }
}
.css-mine { margin-top: 2em; clear: both;
}
body { margin: 1.5em;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <pre>
.example:hover { animation: my_blink_animation 1s infinite;
}
@keyframes my_blink_animation { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; }
}
</pre>
<div class="example"> <p>Box will blink on mouse over.</p>
</div>
<p class="css-mine"> <small> (<a href="http://www.cssmine.com/css3-animations" target="_blank">CSS3 Animations</a> at CSS Mine) </small>
</p>
</body>
</html>
CSS Animations basic demo - Script Codes CSS Codes
.example { background: #b3e888; padding: 2em;
}
.example:hover,
.example:focus,
.example:active { animation: my_blink_animation 1s infinite;
}
@keyframes my_blink_animation { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; }
}
.css-mine { margin-top: 2em; clear: both;
}
body { margin: 1.5em;
}

Developer | Martin Michálek |
Username | machal |
Uploaded | September 29, 2022 |
Rating | 3 |
Size | 2,004 Kb |
Views | 16,184 |
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 |
CSS3 Flexbox basics demo | 1,976 Kb |
LESS mixin for font-size in rem units with pixels fallback | 1,657 Kb |
CSS3 Border Radius demo | 1,859 Kb |
Animated Checkbox Inspired by Studio.Zeldman.Com | 2,498 Kb |
CSS3 Border Image with gradient | 1,665 Kb |
SVG Star Ratings with Partially Filled Star | 2,397 Kb |
SVG simple example | 1,362 Kb |
History.JS demo | 1,788 Kb |
CSS3 Border Image | 1,922 Kb |
SVG in CSS with PNG fallback | 1,811 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 |
A simple log in form made with css | Mayurelbhar | 2,160 Kb |
Header Line Issue | Charlie-volpe | 1,768 Kb |
Console fun | Dviate | 1,500 Kb |
Wikipedia Viewer | Thalpha | 4,426 Kb |
Adding Items | Valhead | 4,008 Kb |
Getting Started | Viblast | 1,500 Kb |
Filtering with shuffle.js | Deyand | 2,712 Kb |
Freecodecamp - Tribute Page | Samoht513 | 3,583 Kb |
My three.js practice | Esambino | 3,203 Kb |
Pure CSS Torch Light | Juliendargelos | 2,727 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!