From 6a39201961d4cdb9927710a6143f8f428a61d474 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 30 Oct 2017 23:09:37 -0700 Subject: [PATCH] Ease-in-out trasition for terminate button --- data/interfaces/default/css/plexpy.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index 2c735e18..2ce45919 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -733,8 +733,8 @@ a .users-poster-face:hover { width: 50px; height: 50px; opacity: 1; - -webkit-transition: all .2s; - transition: all .2s; + -webkit-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; } .dashboard-activity-terminate-session { width: 100%; @@ -747,8 +747,8 @@ a .users-poster-face:hover { position: absolute; top: 0; left: 0; - -webkit-transition: all .2s; - transition: all .2s; + -webkit-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; } .dashboard-activity-terminate-session:hover { color: #e9a049;