Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
A basic AnimXYZ example that animates a div element with a fade-in and scale-up effect.
# animxyz/demo/index.html
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/animxyz@1.0.0/dist/animxyz.js"></script>
</head>
<body>
<div class="xyz-in xyz-fade-in-up" style="width:100px;height:100px;background:red;"></div>
</body>
</html>AnimXYZ is a modern, utility-first CSS animation framework designed to make complex animations simple and composable. It focuses on applying reusable animation patterns directly via class names in HTML, enabling quick prototyping and maintainable production-grade animations.
Origin & Creator
AnimXYZ was created by Nathan Smith in 2021 as a lightweight alternative to heavier animation libraries and frameworks, focusing on composable CSS-first animations.
Industrial Note
AnimXYZ is popular among frontend engineers, UI/UX designers, and web app developers who need fast, maintainable, and responsive animations without complex JS libraries or frameworks.