From cb274caa1f4a8cfaa25294d09a294eb8e226f292 Mon Sep 17 00:00:00 2001 From: sserbin Date: Tue, 24 Oct 2017 01:52:08 +0300 Subject: [PATCH] hinting browser about 'Execute' button animation in attempt to decrease ridiculously high cpu usage of swagger-ui-pulse animation --- src/style/_buttons.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/_buttons.scss b/src/style/_buttons.scss index 5450c814..a7150aab 100644 --- a/src/style/_buttons.scss +++ b/src/style/_buttons.scss @@ -68,6 +68,7 @@ color: #fff; border-color: #4990e2; + will-change: transform; } }