Animation On Action Button

hi all , i have a question . is that possible to add animation trigger on action button ? example like trigger when user touch the button and all that. any ideas ?
9 Replies
toeknee
toeknee7mo ago
When a button is clicked a loading icon is shown... What else are you looking for?
Expecto Patronum
Expecto PatronumOP7mo ago
probably like transition when user touch the action button
Expecto Patronum
Expecto PatronumOP7mo ago
Action::make('InviteUser') ->color('info') ->icon('heroicon-m-plus-circle') ->visible(auth()->user()->can('send invitation') || auth()->user()->hasRoleId(1)) ->label('Kakitangan') ->extraAttributes([ 'class' => 'transition-all' ]) i try implement like this but seems not working
toeknee
toeknee7mo ago
Have you add transition-all to the whitelist classes or in a blade somewhere
Expecto Patronum
Expecto PatronumOP7mo ago
No But i already create one in my public js folder Animation.js
toeknee
toeknee7mo ago
then did you build? The issue you have is, tailwind won't add the transition classes if it doesn't exist in a blade it is scanning or is whitelisted.
Expecto Patronum
Expecto PatronumOP7mo ago
I just create js animation in the file animation.js Can you show me how to let the extraattributes knows to use from my js file?
toeknee
toeknee7mo ago
If the animation.js is loaded then they can be used. But I am unsure what you mean without seeing the animation.js
Want results from more Discord servers?
Add your server