bootbox
bootbox copied to clipboard
Animate.css example needs update
It seems like animate.css changed their class names. They prefixed names with "animate__".
So the example: className: 'rubberBand animated'
should now be: className: 'animate__rubberBand animate__animated'