Fix : Speed up dialog animations

This commit is contained in:
jdescottes 2015-09-19 18:22:56 +02:00 committed by grosbouddha
parent ef05cc4fd1
commit 1abd6113a3

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 {