Chat: Window open and close animation

This commit is contained in:
2015-08-22 14:17:58 +02:00
parent 76ad1bde77
commit 27c6bd6c75
3 changed files with 19 additions and 5 deletions

View File

@@ -57,6 +57,12 @@
padding: 5px;
}
.divChatContainer{
transition-property: width, height, opacity;
transition-duration: 0.3s;
overflow: hidden;
}
.divChat {
box-sizing: border-box;
overflow: auto;