summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-09-10 15:45:09 +0100
committerDavid Baker <dbkr@matrix.org>2014-09-10 15:45:09 +0100
commite2d2d63bcde7354c2e73b368e7c68d1f2b369562 (patch)
treee87c113753abe1c5a1c20727e0680fb55dbfb09b /webclient/app.css
parentUpgrade angularjs to 1.3.0-rc1 since this is new development (diff)
downloadsynapse-e2d2d63bcde7354c2e73b368e7c68d1f2b369562.tar.xz
Animation on call end icon.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-xwebclient/app.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/webclient/app.css b/webclient/app.css
index 634fa6bcc1..2564ce3286 100755
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -55,20 +55,20 @@ a:active  { color: #000; }
     margin-left: 4px;
     margin-right: 4px;
     margin-top: 8px;
-    -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
-    -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
-    -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
-    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
 }
 
-.callIconRotate {
-    -webkit-transform: rotateZ(45deg);
-    -moz-transform: rotateZ(45deg);
-    -ms-transform: rotateZ(45deg);
-    -o-transform: rotateZ(45deg);
+#callEndedIcon {
+    transition:all linear 0.5s;
+}
+
+#callEndedIcon {
     transform: rotateZ(45deg);
 }
 
+#callEndedIcon.ng-hide {
+    transform: rotateZ(0deg);
+}
+
 #callPeerImage {
     width: 32px;
     height: 32px;