From 716df2b8ad160524b8b0a2275691623417d567f7 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 26 Apr 2020 17:43:57 +0200 Subject: this broke the animation --- webAO/styles/client.css | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index c40ea57..3381957 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -132,67 +132,56 @@ 0% { left: 0; top: 0; - opacity: 0; } 10% { left: 0; top: 0; - opacity: 1; } 20% { left: -1%; top: 0; - opacity: 1; } 30% { left: 1%; top: 1%; - opacity: 1; } 40% { left: -1%; top: -1%; - opacity: 1; } 50% { left: 1%; top: 0; - opacity: 1; } 60% { left: -1%; top: -1%; - opacity: 1; } 70% { left: 1%; top: 0; - opacity: 1; } 80% { left: -1%; top: 1%; - opacity: 1; } 90% { left: 0; top: 0; - opacity: 1; } 100% { left: 0; top: 0; - opacity: 1; } } -- cgit