about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/seadrake
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-08-18 20:21:31 -0500
committermultiple creatures <dev@multiple-creature.party>2019-08-18 20:21:31 -0500
commitc23ce863effd3dfc611b22ba59085d4374502acb (patch)
treef7199ac9ae1fedb22be89f1d6eaefc7f02ca31fb /app/javascript/flavours/glitch/styles/seadrake
parent20010fa261c49b496ddca894dd90b722e2eeaa50 (diff)
limit animations in dt themes
Diffstat (limited to 'app/javascript/flavours/glitch/styles/seadrake')
-rw-r--r--app/javascript/flavours/glitch/styles/seadrake/diff.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/javascript/flavours/glitch/styles/seadrake/diff.scss b/app/javascript/flavours/glitch/styles/seadrake/diff.scss
index f42c2a1e6..804ff0985 100644
--- a/app/javascript/flavours/glitch/styles/seadrake/diff.scss
+++ b/app/javascript/flavours/glitch/styles/seadrake/diff.scss
@@ -335,10 +335,10 @@
 		-ms-transition: all 2s ease-in-out;
 		transition: all 2s ease-in-out;
 
-		-moz-animation: blink-off normal 4s 5 ease-in-out;
-		-webkit-animation: blink-off normal 4s 5 ease-in-out;
-		-ms-animation: blink-off normal 4s 5 ease-in-out;
-		animation: blink-off normal 4s 5 ease-in-out;
+		-moz-animation: blink-off normal 4s 1 ease-in-out;
+		-webkit-animation: blink-off normal 4s 1 ease-in-out;
+		-ms-animation: blink-off normal 4s 1 ease-in-out;
+		animation: blink-off normal 4s 1 ease-in-out;
 	}
 
 	// Active item banimation
@@ -365,10 +365,10 @@
 		-ms-transition: all 1s ease-in-out;
 		transition: all 1s ease-in-out;
 
-		-moz-animation: blink-on normal 2s 5 ease-in-out;
-		-webkit-animation: blink-on normal 2s 5 ease-in-out;
-		-ms-animation: blink-on normal 2s 5 ease-in-out;
-		animation: blink-on normal 2s 5 ease-in-out;
+		-moz-animation: blink-on normal 2s 1 ease-in-out;
+		-webkit-animation: blink-on normal 2s 1 ease-in-out;
+		-ms-animation: blink-on normal 2s 1 ease-in-out;
+		animation: blink-on normal 2s 1 ease-in-out;
 	}
 
 	// Scrollbar in Chrome/Webkit browsers