Skip to content

Tags: yesiamrocks/cssanimation.io

Tags

v4.1.0

Toggle v4.1.0's commit message
docs: rewrite README with full developer guide for ca-letteranimation.js

- Reorganized README into a clear, structured developer-focused guide
- Documented all supported attributes with usage details and formatting
- Added examples for sequence, random, reverse, word, and line animations
- Explained default behavior, fallbacks, and animation chaining logic
- Highlighted required 'cssanimation' base class and best practices
- Clarified usage of ca__lt-delay, ca__lt-duration, and ca__lt-separator

v4.0.0

Toggle v4.0.0's commit message
docs: rewrite README with full developer guide for ca-letteranimation.js

- Reorganized README into a clear, structured developer-focused guide
- Documented all supported attributes with usage details and formatting
- Added examples for sequence, random, reverse, word, and line animations
- Explained default behavior, fallbacks, and animation chaining logic
- Highlighted required 'cssanimation' base class and best practices
- Clarified usage of ca__lt-delay, ca__lt-duration, and ca__lt-separator

v3.1.2

Toggle v3.1.2's commit message
v3.1.2 – Improve GSAP letter animation docs & entry point behavior

### Documentation
- Enhanced GSAP Letter Animation Guide
- Added usage instructions for `ca__gx-lt` attribute with `sequence`, `reverse`, and `random` values
- Updated examples with span-wrapping and simplified `ca-gsap` syntax

### Changed
- index.js now loads full cssanimation.io stack (CSS + letter animations + GSAP) in one import
- Removed direct UMD imports to improve bundler compatibility
- `import 'cssanimationio'` now auto-initializes animations out of the box
- Added optional `window.__CA_DEBUG` flag for development insights

v3.1.1

Toggle v3.1.1's commit message
Update CHANGELOG.md

v3.1.0

Toggle v3.1.0's commit message
Update CHANGELOG.md

v3.0.3

Toggle v3.0.3's commit message
Update CHANGELOG.md

v3.0.2

Toggle v3.0.2's commit message
Version text update on the comment

v3.0.1

Toggle v3.0.1's commit message
Update CHANGELOG.md

v3.0.0

Toggle v3.0.0's commit message
Refactor: Replace old class prefix `.ca__-` with new scoped `.ca__lt`…

… selectors in ca-letteranimation.js

- Updated selector from `.ca__sequence` ➝ `.ca__lt-sequence`
- Updated selector from `.ca__random` ➝ `.ca__lt-random`
- Improved consistency with new prefixing convention
- Aligned with global prefix strategy for better maintainability

v2.2.0

Toggle v2.2.0's commit message
git commit -m "chore: remove unused Vite dependency and config"