From a0fdea6c4baaec5348fc13e715f823c49d63d461 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 6 Mar 2016 17:38:50 +0100 Subject: [PATCH] Removed unused transitions --- src/styles/_imageview.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_imageview.scss b/src/styles/_imageview.scss index 31ccd57..b376386 100644 --- a/src/styles/_imageview.scss +++ b/src/styles/_imageview.scss @@ -21,7 +21,7 @@ right: 30px; bottom: 30px; left: 30px; - transition: top .3s, right .3s, bottom .3s, left .3s, opacity .2s, transform .2s; + transition: top .3s, right .3s, bottom .3s, left .3s; will-change: transform; display: flex;