Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 831 Bytes

File metadata and controls

23 lines (19 loc) · 831 Bytes

We welcome contributions from developers of all skill levels! Here's how you can help:

Ways to Contribute

  • Add new animations
  • Fix bugs and improve performance
  • Improve documentation
  • Add translations
  • Report issues and suggest features

Getting Started

  1. All new loading animations must be created using AI (preferably using Windsurf)
  2. Fork the repository
  3. Create your feature branch (git checkout -b feature/amazing-animation)
  4. Have AI generate the animation with:
    • Pure CSS implementation (no JavaScript)
    • Neon color scheme using existing variables
    • Responsive design
    • Interactive hover effects
  5. Commit your changes (git commit -m 'Add amazing animation')
  6. Push to the branch (git push origin feature/amazing-animation)
  7. Open a Pull Request