mois3x / sweet-alert-rails-confirm

A Rails confirm replacement with SweetAlert
MIT License
73 stars 50 forks source link

Animation #22

Closed mariohmol closed 9 years ago

mariohmol commented 9 years ago

Hy!!

How can i disable animation? If isnt any in gems to support it, how can i hardly change it to no animation?

Thanks!

mariohmol commented 9 years ago

I added this in my main css .showSweetAlert { -webkit-animation: showSweetAlert 0s !important; -moz-animation: showSweetAlert 0s !important; animation: showSweetAlert 0s !important; }

.hideSweetAlert { -webkit-animation: hideSweetAlert 0s !important; -moz-animation: hideSweetAlert 0s !important; animation: hideSweetAlert 0s !important; }