Fix : Speed up dialog animations

This commit is contained in:
jdescottes 2015-09-19 18:22:56 +02:00
parent d8d7f1adea
commit d254a9b72e

View File

@ -21,7 +21,7 @@
}
#dialog-container-wrapper.animated {
transition: opacity 0.5s;
transition: opacity 0.2s;
}
#dialog-container-wrapper.show {
@ -45,7 +45,7 @@
}
.animated #dialog-container {
transition:margin-top 0.5s;
transition:margin-top 0.2s;
}
.show #dialog-container {