You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,11 +152,21 @@ Each animation's duration can be adjusted by modifying the `animation-duration`
152
152
153
153
## Contributing
154
154
155
-
1. Fork the repository
156
-
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
157
-
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
158
-
4. Push to the branch (`git push origin feature/AmazingFeature`)
159
-
5. Open a Pull Request
155
+
To maintain consistency and quality across all animations:
156
+
157
+
1. All new loading animations **must** be created using AI (preferably using [Windsurf](https://codeium.com/windsurf))
158
+
2. Fork the repository
159
+
3. Create your feature branch (`git checkout -b feature/amazing-animation`)
160
+
4. Have AI generate the animation with:
161
+
- Pure CSS implementation (no JavaScript)
162
+
- Neon color scheme using existing variables
163
+
- Responsive design
164
+
- Interactive hover effects
165
+
5. Commit your changes (`git commit -m 'Add amazing animation'`)
166
+
6. Push to the branch (`git push origin feature/amazing-animation`)
167
+
7. Open a Pull Request
168
+
169
+
**Note**: Manual code modifications should be limited to bug fixes and improvements to existing animations. New animations should come from AI to ensure they match the project's style and complexity.
0 commit comments