From f842bca471ec19fb0fcf8e71536b113983896140 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 13 Nov 2014 14:34:03 +0000 Subject: Kill ng-animate with fire because it's terrible (was causing the page to be very sluggish). Do the call icons in pure CSS3 and use one less image to boot (in some browsers the phone icon will be the wrong browser but they can deal). --- syweb/webclient/app.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'syweb/webclient/app.css') diff --git a/syweb/webclient/app.css b/syweb/webclient/app.css index 070e410647..76f3d13ac1 100755 --- a/syweb/webclient/app.css +++ b/syweb/webclient/app.css @@ -66,6 +66,15 @@ textarea, input { margin-left: 4px; margin-right: 4px; margin-top: 8px; + transition: transform linear 0.5s; + transition: -webkit-transform linear 0.5s; +} + +.callIcon.ended { + transform: rotateZ(45deg); + -webkit-transform: rotateZ(45deg); + filter: hue-rotate(-90deg); + -webkit-filter: hue-rotate(-90deg); } #callEndedIcon { -- cgit 1.4.1