Fade Out - Animxyz Typing CST Test
Loading…
Fade Out — Animxyz Code
Fades a div out of view.
# animxyz/demo/fade_out.html
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/animxyz@1.0.0/dist/animxyz.js"></script>
</head>
<body>
<div class="xyz-out xyz-fade-out" style="width:100px;height:100px;background:orange;"></div>
</body>
</html>Animxyz Language Guide
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.
Primary Use Cases
- ▸Entrance/exit animations for UI components
- ▸Page transitions and modal effects
- ▸Hover, focus, and interactive states
- ▸Continuous animations like loaders and spinners
- ▸Rapid prototyping of animated interfaces
Notable Features
- ▸Utility-first class names for animations
- ▸Composable animations through class combination
- ▸Pre-built keyframe sequences for common effects
- ▸Lightweight with zero runtime dependencies
- ▸Integration with TailwindCSS or plain CSS workflows
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.