Modal Reference
Collaborate with us
Edit this page on GitHub
Layout and classes
Advanced use case
Change the animation speed
It is possible to change the animation speed of Modal by using custom CSS. To implement this in your application, copy the CSS to the theme.
.modal .animate { -webkit-animation-duration: 500ms; animation-duration: 500ms; }