Releases: yesiamrocks/cssanimation
v6.11.7 – Support with Heart
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
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.md➜ABOUT-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
[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 CoffeeandMembershipbuttons with improved visual CTA and color
- AnimText (Text Animation –
-
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
LICENSEfile with the official Apache License, Version 2.0 - Renamed
LICENSE-summary.md➜ABOUT-LICENSE.mdto avoid confusion - GitHub now properly detects the license and displays the full summary (Permissions, Conditions, Limitations)
- Replaced the existing
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
Documentation Improvements
- Rewrote the Contribute section with clearer language and a developer-friendly tone
- Added a new
LICENSE-summary.mdfor 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:
Community & Support
- Updated community callout for developers using
{css}animationin 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
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
Added
FUNDING.ymlfile 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
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 withanimation-name - Parses full
@keyframesblocks (from,to,0%-100%) - Supports:
animation,animation-name,duration,easing,fill-mode- Inferred
toproperties for*Inanimations (e.g.blurIn) - Inferred
fromproperties for*Outanimations (e.g.fadeOut) - Edge properties like
clip-path,filter,transform
Smart Handling
- Auto-fills missing frames when possible (
blurIngets inferredto) - Correctly parses
animationshorthand using flexible regex logic - Optional support for
animation-metadata.jsonto 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
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
What’s New
- Version bump: Updated package version to
6.10.3 - Improved Keywords: Added
"Zero Javascript Animation"to thepackage.jsonkeyword 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
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
LICENSEfile now uses Apache License 2.0. - A
NOTICEfile 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
LICENSEandNOTICEfiles and give credit to the original author:- Shafayetul Islam Pavel – LinkedIn Profile