2 repositorios
Utilities that transform animation logic into native CSS at compile-time to improve performance.
Distinguishing note: Focuses on the build-time transformation of animation logic into CSS rather than runtime animation execution.
Explore 2 awesome GitHub repositories matching web development · CSS Generation Tools. Refine with filters or upvote what's useful.
Motion is a high-performance animation library that provides a unified, declarative architecture for managing visual transitions and motion states across web interfaces. By utilizing a lightweight engine, it allows developers to define complex animations through component properties rather than manual DOM manipulation, ensuring consistent behavior across various component-based frameworks and vanilla JavaScript environments. The library distinguishes itself through a sophisticated physics-based motion engine that simulates natural movement using mass, damping, and stiffness parameters. It inc
Transforms complex spring physics and easing curves into native CSS functions to eliminate runtime animation overhead.
UnoCSS is an atomic CSS engine and utility-first framework that generates styles on-demand based on the specific classes used in your source code. By scanning your project files during the build process, it produces only the CSS necessary for your application, effectively minimizing bundle size and eliminating unused styles. The engine distinguishes itself through a highly modular, configuration-driven architecture that allows for deep customization of design tokens, rules, and presets. It supports advanced styling patterns such as attribute-based styling, tag-based styling, and dynamic varia
Scans source files to generate only the necessary CSS rules at build-time, minimizing bundle size.