Is there any way where we can add animation on a specific button click in RASA. The buttons are created in actions.py file of RASA chatbot.
You'd need to have a custom frontend in order to do that. The code for the actual visual component of the chat doesn't come from Rasa (though it integrates with a few via connectors), so you can connect it to your own chat widget with animations on the buttons.