Skip to content

Releases: yesiamrocks/cssanimation

v6.11.7 – Support with Heart

07 Aug 11:43

Choose a tag to compare

Documentation Updates

  • Rewrote the Support This Project section with an emotional, creator-driven message to reflect the passion and story behind {css}animation
  • Updated Become a Community Sponsor with more personal, heartfelt copy that invites monthly backers to be part of the journey
  • Clearly outlined sponsor benefits (newsletter shoutouts, documentation credits, and community recognition)

These updates aim to connect more deeply with the community, inspire meaningful support, and ensure the longevity of the project through shared purpose and passion.

v6.11.6 – License Summary Link Update

06 Aug 16:57

Choose a tag to compare

This minor update improves documentation clarity and ensures compatibility with GitHub's license detection system.

What's Changed

  • Renamed the license summary file from LICENSE-summary.mdABOUT-LICENSE.md
  • Updated all references in the README accordingly

This change avoids confusion with the main LICENSE file and ensures the Apache 2.0 license is properly detected and displayed by GitHub.

Thanks for using {css}animation 💙
Read the license summary
Support on Buy Me a Coffee

v6.11.5 – License Fixes, Improved Badges & Better Attribution

06 Aug 12:47

Choose a tag to compare

[6.11.5] – 2025-08-6

Added

  • New project badges:

    • AnimText (Text Animation – f43f5e, JavaScript logo)
    • Triggle.js (Trigger Engine – FF6600, JavaScript logo)
    • Buy Me a Coffee and Membership buttons with improved visual CTA and color
  • Added a clear license usage guide (ABOUT-LICENSE.md) outlining:

    • What’s allowed
    • What’s restricted
    • Attribution requirements
    • How to seek help or clarification

Changed

  • Updated badge designs in the README:
    • Replaced outdated badge styles for AnimText and Triggle with updated colors/icons
    • Unified CTA badges for sponsorship and support (Buy Me a Coffee)
  • Minor wording improvements in README:
    • Streamlined project description and contribution section
    • Improved clarity of animation tool references and sponsorship links

Fixed

  • Resolved GitHub license detection issue:
    • Replaced the existing LICENSE file with the official Apache License, Version 2.0
    • Renamed LICENSE-summary.mdABOUT-LICENSE.md to avoid confusion
    • GitHub now properly detects the license and displays the full summary (Permissions, Conditions, Limitations)

Thanks for supporting {css}animation

Subscribe to Pixels & Projects with Pavel
Sponsor development on Buy Me a Coffee

v6.11.4 – Improved Docs, License Clarity & Community Support

03 Aug 14:10

Choose a tag to compare

Documentation Improvements

  • Rewrote the Contribute section with clearer language and a developer-friendly tone
  • Added a new LICENSE-summary.md for an explanation of Apache 2.0 license terms and attribution requirements
  • Linked the license summary in the main README under the License section
  • Improved the Accessibility, Changelog Highlights, and Support sections for readability and structure
  • Added new badges:
    License: Apache 2.0
    Attribution Required

Community & Support

  • Updated community callout for developers using {css}animation in websites, tools, or frameworks
  • Encouraged contributions and feedback via GitHub Issues and Discussions

Thanks to everyone who supports and uses {css}animation! Let’s keep building magical motion for the web.

v6.11.2 – README & Badge Update for Branding Consistency

31 Jul 12:18

Choose a tag to compare

Changed

  • Updated all README badges to use flat-square style for consistency
  • Refined README layout for improved clarity and branding alignment

Notes

This is a minor release focused on improving documentation and presentation. No core functionality or code changes.

v6.11.1 – Documentation Refresh & Support Options Added

31 Jul 11:52

Choose a tag to compare

Added

  • FUNDING.yml file to enable GitHub Sponsor button with Buy Me a Coffee support
  • New “☕ Support This Project” section in README with donation and newsletter links

Changed

  • Updated all README badges
  • Improved badge layout for visual clarity and branding

Notes

This release is focused on community support and documentation updates, no functional changes to the animation library itself. If you enjoy the project, consider supporting ongoing development 🙌

v6.11.0 - JSON Animation Manifest Generator Added

27 Jul 16:52

Choose a tag to compare

JSON Animation Manifest Generator Added

This release introduces a robust animation manifest generator script for cssanimation.css.

What’s Included

  • Tool: tools/generate-Json.js
  • Output: dist/cssanimation.json

Features

  • Extracts all .ca__fx-* class names with animation-name
  • Parses full @keyframes blocks (from, to, 0%-100%)
  • Supports:
    • animation, animation-name, duration, easing, fill-mode
    • Inferred to properties for *In animations (e.g. blurIn)
    • Inferred from properties for *Out animations (e.g. fadeOut)
    • Edge properties like clip-path, filter, transform

Smart Handling

  • Auto-fills missing frames when possible (blurIn gets inferred to)
  • Correctly parses animation shorthand using flexible regex logic
  • Optional support for animation-metadata.json to inject:
    • Tags
    • Categories
    • Duration overrides

Output Sample

{
  "blurIn": {
    "class": "ca__fx-blurIn",
    "animation": {
      "name": "blurIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "filter": "blur(20px)",
        "opacity": "0"
      },
      "to": {
        "filter": "none",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  }
}

v6.10.4 – Readme Update

25 Jul 12:26

Choose a tag to compare

License Change

  • Updated project license from Parity Public License to the more permissive Apache License, Version 2.0
  • Revised license section in documentation with the correct license name and link

v6.10.3 – Metadata & Discoverability Improvements

25 Jul 12:20

Choose a tag to compare

What’s New

  • Version bump: Updated package version to 6.10.3
  • Improved Keywords: Added "Zero Javascript Animation" to the package.json keyword list to enhance discoverability on NPM
  • License Update: Included the GitHub project URL in the license notice for better visibility and attribution

Thanks for using @hellouxpavel/cssanimation!

v6.10.2

24 Jul 08:55

Choose a tag to compare

License Update – Apache License 2.0

This release formalizes {css}animation's licensing under the Apache License, Version 2.0, a widely used, permissive open-source license. This allows developers and organizations to use, modify, and distribute the project freely, with minimal obligations.

What's New:

  • The LICENSE file now uses Apache License 2.0.
  • A NOTICE file has been added, clearly outlining author attribution and use conditions.

Important Notes:

  • Attribution is required when using, modifying, or sharing this software.
  • If you redistribute or integrate css}animation, please include the LICENSE and NOTICE files and give credit to the original author: