Skip to content

Conversation

@CodeWithDennis
Copy link
Owner

@CodeWithDennis CodeWithDennis commented Jun 8, 2025

This pull request introduces support for animated icons in the SimpleAlert component and updates the documentation and configuration to reflect these changes. The most important changes include adding an IconAnimation enum for predefined animations, updating the SimpleAlert component to handle icon animations, and enhancing the README.md with usage instructions and configuration requirements.

Feature Enhancements: Animated Icons

Component Updates: Icon Animation Integration

  • resources/views/components/simple-alert.blade.php: Added support for the iconAnimation property and applied the animation class to the icon element. [1] [2]
  • resources/views/components/simple-alert-entry.blade.php and resources/views/components/simple-alert-field.blade.php: Updated to pass the iconAnimation property to the simple-alert component. [1] [2]

Documentation and Configuration Updates

  • README.md: Added instructions for enabling icon animations using the IconAnimation enum and updated the tailwind.config.js configuration to include a safelist for animation classes (animate-spin, animate-pulse, animate-bounce). [1] [2]

@CodeWithDennis
Copy link
Owner Author

example.mov

@CodeWithDennis CodeWithDennis marked this pull request as ready for review June 9, 2025 11:27
@CodeWithDennis CodeWithDennis merged commit 88214c9 into main Jun 9, 2025
1 check passed
@CodeWithDennis CodeWithDennis deleted the introduce-icon-animation branch June 9, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants