🔄 Last updated: 2024-07-15 — Added wave animations and fluid effects · Improved UI · Mobile optimization
CXC-Loader is a CSS loading animation library designed for modern user interfaces. Ideal for Chatbots, AI responses, and minimal SaaS dashboards.
- CSS-only loading effects — no frameworks needed
- Customizable: color, speed, size
- Dark/Light mode preview support
- Made for Chatbots, AI tools, and minimal products
- Simple folder structure, easy to integrate or extend
<!-- Load shared styles -->
<link rel="stylesheet" href="css/styles.css" />
<!-- Use any loader block -->
<div class="loader-whisper"></div>
<!-- (Optional) JS interactions -->
<script src="js/main.js"></script>