awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesCSS Generation Tools

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.

Awesome CSS Generation Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • motiondivision/motionAvatar de motiondivision

    motiondivision/motion

    32,375Voir sur GitHub↗

    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.

    TypeScriptanimationanimation-jsmotion
    Voir sur GitHub↗32,375
  • unocss/unocssAvatar de unocss

    unocss/unocss

    18,854Voir sur GitHub↗

    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.

    TypeScriptatomic-cssengineunocss
    Voir sur GitHub↗18,854
  1. Home
  2. Web Development
  3. CSS Generation Tools